| Summary Item | Total | Failed |
|---|---|---|
| Requests | 162 | 3 |
| Prerequest Scripts | 189 | 0 |
| Test Scripts | 237 | 3 |
| Assertions | 198 | 23 |
| Skipped Tests | 0 | - |
expected 418 to be below 400
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 403 but got 401
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
expected 500 to equal 401
expected 500 to equal 400
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected response to have status code 400 but got 500
the argument to above must be a number
response is not defined
runtime:extensions~request: request url is empty
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 70b21231-962b-4ee9-aa0f-3a94935cc95a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-BoX5ocvI+TqcswvmeCgGHEOszbE" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:49 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 0 | 1 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify the resposne time is below 400ms | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0af8ae28-3cae-4220-92b0-6a27906eb86c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | iamfd |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6e257fa4-a79c-49a0-81c0-ee855430003c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7f1b1bbf-a360-4d02-a67b-a7b0200fb5f7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e400c2aa-3edb-4b35-9887-8be2f57552cd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:50 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 88313cb9-b016-4023-b7a4-baf729a04251 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6d29d687-2ad9-4ce2-873f-b1e0855c4a58 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-IZTxVG8wc1PrHVaYIq9Dapn/t3E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":524},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e3c12594-3a58-438c-831c-b9c79820270d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 72dbe920-ebe9-4178-bde8-57ec6e58b93b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-IZTxVG8wc1PrHVaYIq9Dapn/t3E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":524},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8ab679fb-6dc0-4913-a15b-82e9e7b61c87 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:51 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 975e726a-1ca7-46d4-a711-4dcdb2b251e2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 25665df9-a875-4a68-9e8b-387aa6435d1d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| randomnumber | 258 |
| randomFirstName | Gunnar |
| randomLastName | Harber |
| randomEmail | Darrion33@gmail.com |
| randomPhone | 364-686-5540 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 62def791-7dfa-4d4b-a336-84e41cd7bd02 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1057 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Alan",
"last_name": "Macejkovic",
"mobile_number": "889-815-5839",
"mobile_number_alt": "",
"email_id": "Calista_Windler@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"16236287065751",
"imei1": "16236287065751",
"imei2": "16236287065751",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-ZfJJig0mEigIpXrgRedeHM53NoI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:52 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135877,"tr_customer_product_id":135867,"job_number":"JOB_135860"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| randomnumber | 653 |
| randomFirstName | Pierce |
| randomLastName | Kling |
| randomEmail | Arjun14@gmail.com |
| randomPhone | 557-950-8125 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 39ba2a0e-e452-47d3-a8ed-10fc6666dbb1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1053 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Jannie",
"last_name": "Glover",
"mobile_number": "825-234-3561",
"mobile_number_alt": "",
"email_id": "Ken.Friesen@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"39824154138606",
"imei1": "39824154138606",
"imei2": "39824154138606",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| randomnumber | 95 |
| randomFirstName | Hermann |
| randomLastName | Reynolds |
| randomEmail | Ryleigh_Haag@hotmail.com |
| randomPhone | 518-259-1257 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b8f1dc5f-2a1d-4b75-ade9-54bb4432116f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1058 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Delmer",
"last_name": "Wiegand",
"mobile_number": "535-608-7790",
"mobile_number_alt": "",
"email_id": "Henriette_Koelpin@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"57537017103099",
"imei1": "57537017103099",
"imei2": "57537017103099",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 403 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| randomnumber | 26 |
| randomFirstName | Herminia |
| randomLastName | Conroy |
| randomEmail | Bridgette84@hotmail.com |
| randomPhone | 374-936-0732 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 833dcd75-6e24-4532-ae66-23b428f08517 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| randomnumber | 631 |
| randomFirstName | Myles |
| randomLastName | Kuvalis |
| randomEmail | Jayne.Hegmann0@gmail.com |
| randomPhone | 371-994-6546 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 63ab10cf-8344-487f-8521-bc4e8860e9e6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1030 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Vito",
"last_name": "White",
"mobile_number": "956-878-3748",
"mobile_number_alt": "",
"email_id": "Gino67@hotmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000276",
"imei1": "100000276",
"imei2": "100000276",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| randomnumber | 605 |
| randomFirstName | Thea |
| randomLastName | Huels |
| randomEmail | Georgiana.Schmidt@gmail.com |
| randomPhone | 764-348-7950 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c155009e-2287-4149-a291-83308938db47 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:53 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8d3db861-322e-4705-b42a-7c8ca4d8681e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-CgOch4sUJ3AvEg30vapH7gjrqyQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":525},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | af42fb32-3357-4b85-b03b-060721f9fdb9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7f4d3-ZUKwKMJ70v72vI4ingIFLwvW6wE" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:41:51.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2025-12-23T07:41:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:41:52.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 10a57f1c-50bd-4d70-b2ab-e8d3f1673b4f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:54 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8a20af68-c0a1-49bd-ac36-fcdfc709258c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 393fc043-8586-42dd-b780-c1ac5278a251 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-4k1qnPhM3bvlFgPY/cd80yqyiao" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b26639f8-6d45-4b8a-bc8b-0ab1ba0fd5a5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 438f0784-df2d-4e77-b6aa-080cbc6bc20e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-XTx6OHWybF/rWXD8KLGK2xbeLv4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:55 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":412},{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dfa9202c-3007-4512-bae8-9b36f563a768 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"6423c-F4osKbuo/yDyaQstJpE5t2/d39M" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:41:52.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4ac1b6fe-4d8a-495a-9dc2-997fdddde740 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2157e547-96a5-43cd-bcd7-aff914e49f14 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 135860,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b7e333f7-0018-43bf-947d-7c0934834b8e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"63e57-iPmUYSQ07ZzOzXOoibRAfBlRJg0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:56 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2b87b54e-b1e1-4ae6-9b5e-9b8e3f789453 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-tmDfHXU54z1uqkzg+jK8Xs62HVg" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5cfb336b-dc9a-4301-8e1e-a769eb310d25 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8a728386-75d5-4b93-b518-18e4341b4dd9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-qT9ruuHlnqAbsFlvIQuH7WpFLqc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":6},{"label":"Repair completed","key":"repair_completed","count":167}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dc604c39-3fc6-40e6-979e-981127c23643 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1719-g0XV9qIiIZIEgnhLf1jSVPv/TQg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:57 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:41:51.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2025-12-23T07:41:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:41:56.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:41:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0013ab18-c656-4036-8bfe-2010e2c7c9cb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4ff98732-8e41-4bc2-840f-31b63e744c52 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1bda-f48gtHp3NFgftaTh4N0Q2NAdSa0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:41:56.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:41:56.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135860,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:41:52.000Z"}],"quatations":[]},{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:41:51.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":4,"assigned_on":"2025-12-23T07:41:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135858,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:41:38.000Z"}],"quatations":[]},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135807,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:53.000Z"}],"quatations":[]},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135804,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:45.000Z"}],"quatations":[]},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135801,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:36.000Z"}],"quatations":[]},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135660,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:23:42.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8a81796a-8ff3-4058-988a-77d5a6238b8d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:41:58 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTd9.AjjJFH01-z6bnzrApkL8mOz2Lp2GoGweYAXswv0chck |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7660e486-612d-46a7-9f6c-1c8b23963d17 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":135860,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 99eb505b-75ac-4ec0-97bc-cca2f65fd31d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-/3sBELnboDVdyWDhGWx9WaBErf8" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c683d6b9-1da5-44ce-a365-41a07d3825fe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ef054b41-8469-4cc5-909a-de5df5846bcc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-KGHP5ROraLDAFAnfMUL7ni5avGY" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":165},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 422360f6-910f-48a5-ab3a-8b7d4fc27f8e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:41:59 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 588afdea-a5b0-42fe-a5cb-1b6e9a600638 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"27df1-ZW3cwV0Y2uUcqR/esJxCrZV9uhg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ed1e793f-11d0-46bf-8557-2c864d328265 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bd4-JcSSX+oWkeJCsockxe4YZgoUBZc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:00 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:41:59.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T07:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 30bd1005-fa32-4529-b90e-6454ceb661a1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135860
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTcxOX0.BvHHl2fv_D3zE5aQmhWO2KstnpJk1Q_qYrT-T6GFBcI |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a9298c98-431d-4c53-948d-f01990a0dcca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bd1-tWVfZzL/OBPARNm4bR/kQK+RxBs" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:00.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T07:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb3d186d-19e2-4f1c-85fb-ab1cb42dbe0b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-ZNsdqq3/ENAw+QJanDzQMDfH9/E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:01 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjF9.n8kUGML8mgorl60oCWV5XyNI3lLT-cpF51kny0A-R4U"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 58bf2355-75ef-4f01-a055-1697b087c290 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a36bd241-38cd-413a-9277-9dcb210b1a49 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-KmBvPNSVq5hRsUW9poSlGln997I" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":525},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1647e0f9-81b8-4584-951c-76a492bbf54f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1017 |
| ETag | W/"3f9-6WEra0f5nI6AlRkVrMs68cdVRBI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:01.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 06b272c3-4aa3-4d9f-81f2-3bc5f081add0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1017 |
| ETag | W/"3f9-6WEra0f5nI6AlRkVrMs68cdVRBI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:02 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:01.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b3fd2208-a8df-4314-b761-cf20d072c0c2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135860
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c90a0b45-fb23-40c1-a678-b1c9473032fd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MDl9.P20QDrvJE67RcP9zAsY6G49qksIvbDcgjh7ktcFKmKQ |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f869ce62-dc50-4004-94c3-b302e059f345 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3c7c0ed7-052e-4990-a249-55fc8d58a906 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-qTYzcb26ydUoB6VXWJKY20IDED4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ea0dd2f5-1dfe-4002-a380-9f6b350e56f2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Nibriti |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6c2f23f6-ae96-4df9-9286-b8a20e51e445 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b269410e-9a77-4566-83ea-26fcfddc5c1a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 74e42c0a-78fe-4411-8caa-9b406f421fa0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 537307be-0e42-4ffc-9a6e-c18aa144b116 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c7e2a9fc-8ea9-4159-b505-2495093eb801 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-CgOch4sUJ3AvEg30vapH7gjrqyQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":525},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7b190dc6-e7a3-4c9c-a2ab-3a9fc71470f0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa159e23-ffb3-41ba-a204-e86961773fac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-CgOch4sUJ3AvEg30vapH7gjrqyQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":525},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d4548a90-8ead-4a88-9677-d5fe038784a5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0bf21c8b-8a2b-4cca-a049-c3e91cfee6c1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 26baf68c-d35a-41ee-a471-b1b2475b4f8d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| randomnumber | 708 |
| randomFirstName | Kaleigh |
| randomLastName | Kulas |
| randomEmail | Bertram_Langosh97@yahoo.com |
| randomPhone | 747-875-6695 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 77947f58-3af3-49ba-bc51-bce6aad445c5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1051 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Lucie",
"last_name": "Hoppe",
"mobile_number": "542-380-4091",
"mobile_number_alt": "",
"email_id": "Tracy_OHara71@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"98334625619502",
"imei1": "98334625619502",
"imei2": "98334625619502",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-WyDAFfLnzAG4NhcpP8nFXKir3TU" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135878,"tr_customer_product_id":135868,"job_number":"JOB_135861"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| randomnumber | 64 |
| randomFirstName | Morton |
| randomLastName | Tromp |
| randomEmail | Dejah_Kuhlman61@gmail.com |
| randomPhone | 779-670-4879 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d1e3a4b7-677d-45e1-ae38-0c93b51ff724 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1056 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Cristian",
"last_name": "Barrows",
"mobile_number": "437-804-0409",
"mobile_number_alt": "",
"email_id": "Betty.Mante82@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"35186612069033",
"imei1": "35186612069033",
"imei2": "35186612069033",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MTV9.eTQpaVADJirRpcGuPr3JreL58eOuT9gOo3Y_ldgGFnI |
| randomnumber | 249 |
| randomFirstName | Hillard |
| randomLastName | Parisian |
| randomEmail | Rollin45@gmail.com |
| randomPhone | 654-422-2367 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 564075c7-e08b-4b61-beef-6c6b0d87fb75 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1049 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Edison",
"last_name": "Emard",
"mobile_number": "207-246-6749",
"mobile_number_alt": "",
"email_id": "Hortense77@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"87684526015726",
"imei1": "87684526015726",
"imei2": "87684526015726",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| randomnumber | 685 |
| randomFirstName | Carolanne |
| randomLastName | Osinski |
| randomEmail | Noel.Steuber1@yahoo.com |
| randomPhone | 910-466-6502 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f033b6f1-764f-4733-844e-4cf5d74fc8c7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| randomnumber | 743 |
| randomFirstName | Vicenta |
| randomLastName | Oberbrunner |
| randomEmail | Howard_Hoeger@yahoo.com |
| randomPhone | 780-999-8293 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ddbfd55e-47d0-412d-8b78-02332b946c77 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1037 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Carmella",
"last_name": "Ernser",
"mobile_number": "955-724-6915",
"mobile_number_alt": "",
"email_id": "Bernhard71@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000673",
"imei1": "100000673",
"imei2": "100000673",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| randomnumber | 566 |
| randomFirstName | Nasir |
| randomLastName | Sawayn |
| randomEmail | Hortense.Gibson@yahoo.com |
| randomPhone | 820-327-2299 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 390e5440-e410-4efb-9b75-3ebec2474ca9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d9ff9f2a-ab5f-4dff-9a6d-6c478c5fd912 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-U2Ii19K1QqY71Aro3nBxmjzxZpQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":526},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5a9d58d6-09a4-43af-ac35-1d6d8bbfba9c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7f8ab-W56iW8O0eL7TbWszUDgrorh+v4g" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:00.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T07:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:06.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:03.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 34e67cee-6a45-4edd-848e-e7370141fd61 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e26dbe52-779c-4bb2-ad25-56a8f3a1d0d4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5431336f-f1b5-4d13-8144-48a277bd7cb8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-T4jVZrDkHKGWIdHb9KHbOs58tk4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 71d9edac-821d-4297-bb69-beac401b7e39 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4f0f5007-87dd-4b6e-8a47-97464d2f70ba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-Rcy5B2+lxAEwGUULU72q0Z5z7S0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":412},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9d6a3992-b25d-45e5-ac98-35c9bd539da2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"64236-A4/izOxUnc6yN2QQ54UWhQsUqL4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:06.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e52fa9a0-f053-4b52-9946-28c0d0b2eb62 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6c02a7f1-a2b5-4cb5-8937-37a6b5e96c75 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 135861,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 929f2f28-cdc8-4709-8a6a-51e009b2887f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"63e57-iPmUYSQ07ZzOzXOoibRAfBlRJg0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a011b246-ae70-4f40-b411-15d8db068675 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-FNqr6aO8WyKFLCiO9bhrjyE5SEM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3efd28cc-62de-4635-b1fc-c261ae27098c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5da607e8-213b-4f17-b216-3a0e4921c7b0 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-DH4D8e7P4EMSErLNzcS2DdUpt7k" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":169}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 454b98cb-cdfd-4d59-bb30-7e6d6de71448 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1340-IJi9dR8J/DqPI0IPpkMeqcRwao0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:10.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:42:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5e4106df-5306-4f90-91bd-f83adcf88ab5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 82c7d446-b81e-41dd-b447-63cd474db9aa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1733-PEk3Do2pO5KNL7JOphypEGKbNFM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:10.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:42:10.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135861,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:42:06.000Z"}],"quatations":[]},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135807,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:53.000Z"}],"quatations":[]},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135804,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:45.000Z"}],"quatations":[]},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135801,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:36.000Z"}],"quatations":[]},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135660,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:23:42.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc8524c3-3c0c-4076-9b47-e6938515fcac |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzF9.mpziuPMwys9sHhbZ78D854EEXwxPVAn7XoEkArHtQkY |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8e4c10e4-b007-4b62-bf65-c0703159ebcc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":135861,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 42c572e5-fca6-488e-a4cf-3f60bfea210e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-0L/28pdE86eFfI4I75zkM5+gsH4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 81eebbe0-c6db-462b-a1dd-0a5b8f28393c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 125b67b2-7c8a-4505-9a7b-48baa2425928 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-K2+NmfjrSKdLxkcFKtU8i0ltUVc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":167},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f200b0c-c98a-49ca-8c35-7827ecabe0d9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 867f88b1-a77e-4700-8686-552aff6bb7de |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"285a7-pPOlOd/hgx5BFNq9/oRy+4TM9bc" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:11.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:03.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b691905a-f6df-4b60-afc4-9a2287491abc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bce-uwsqzhuJVoG/VAggSKsUh4pV8Jo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:12.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T07:42:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 5a2fc682-74ec-4744-a9a3-92240652b978 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135861
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTczM30.VX_6_WRskeDcycC1qt1cfWKi-p2cmw22OgH5buAXIbw |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6af5134b-a517-4fa3-a658-dcf021ecae91 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7f0-PGtPQhZhTWS9EtRQJ9H3hxIDkTg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 64019016-3384-4a7c-b046-a48e1a942a97 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-G5HE6g19pnt6twyJ10B86PNZtWA" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MzV9.6qLxk1PYs0E2JgIzyuPqGPtCZa_wmbVjjPKGbqt76Lo"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 84304b97-b399-4981-a6bf-d4974871075b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 070e8541-bfe4-4c83-941b-8716307c49fe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-DUd3FYnHQ2cPX1sZxpK1G4ibmbc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":2},{"label":"Created today","key":"created_today","count":526},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a2f188e2-cd44-4c1e-b7fb-9c96272b4c66 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7cb-RoFCZo/OBkEGgDWWsapqDfDpC9M" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:11.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:14.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a821f61c-c44b-4524-88d5-27d8c1feef66 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7cb-RoFCZo/OBkEGgDWWsapqDfDpC9M" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:11.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:14.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90e3ec62-279c-47bf-a5cb-4b9563c5b321 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135861
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d053341d-6187-4534-be3b-d4064becf70e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3MjN9.UyEWmdk7GPMDPzTTYUEyofHkFC534KRFW6XTvkcsSds |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ffaa705b-f8bd-44f7-bfe1-0854089d3bfe |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b7809b10-dfd0-423a-92cc-3bc21a9a7675 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-jQmOZu8QbNICNRLmdpvo4RwSMvc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 200 | 1 | 0 | 0 |
| Verify that message should be 'Success' | 1 | 0 | 0 |
| Verify that token shoukd be valid | 1 | 0 | 0 |
| Verify JSON Success | 1 | 0 | 0 |
| Verify the resposne time is below 400ms | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 01fd3c2c-64ea-4f7d-b184-2705a700eafa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 71 |
{
"username": "{{invalidusername}}",
"password": "Pass123"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| DemoHeader | Singh |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e0ff102-4ea8-4e80-9dce-35a099f9dd22 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify correct error message is shown | 1 | 0 | 0 |
| Verify correct error status is shown | 0 | 1 | 0 |
| Verify jsonSchema | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify correct error status is shown | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f25c922-17ab-4cc5-a000-4b54f5c193b5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify the response tine is below 400ms | 1 | 0 | 0 |
| Verify user data is present in response | 1 | 0 | 0 |
| Verify JSON Response Schema | 1 | 0 | 0 |
| Total | 5 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 522af5e0-6326-4160-80b4-af825c956c94 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Security:Veirfy if passowrd field is not present in the response | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Security:Veirfy if passowrd field is not present in the response | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f035e87c-bfa5-4c7d-a7e4-1baf6a09e6bd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 511cb114-8586-458a-bf72-4ea43e98c698 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-U2Ii19K1QqY71Aro3nBxmjzxZpQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":526},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify that status code is 200 | 1 | 0 | 0 |
| Verify that response time is below 500ms | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the length of the data array is 3 | 1 | 0 | 0 |
| Verify if the keys are present in response data Array | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for delivery is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Created today is Number or not | 1 | 0 | 0 |
| Verify if the count for the Json object Pending for FST assignment is Number or not | 1 | 0 | 0 |
| Total | 9 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 20ecc4f2-fc55-448f-b1ae-3549f143b4f4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3b8cacd9-14a0-456a-9670-a170193f4016 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-U2Ii19K1QqY71Aro3nBxmjzxZpQ" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":526},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d948df01-99a2-4982-bc4e-bef5dc9dfbb3 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is success | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify if the key mst_oem is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_model is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_action_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_warrenty_status is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_product is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_role is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_service_location is present in the response body | 1 | 0 | 0 |
| Verify if the key mst_problem is present in the response body | 1 | 0 | 0 |
| Verify if the key map_fst_pincode is present in the response body | 1 | 0 | 0 |
| Verify if the key is storing a non empty array | 1 | 0 | 0 |
| Total | 14 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4b632979-773b-4605-ae10-4082c1c68380 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dfd6b349-a32f-4074-9e1c-4d61f4fa5653 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 401 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify status code is 401 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| randomnumber | 814 |
| randomFirstName | Crystel |
| randomLastName | Hoppe |
| randomEmail | Winfield11@yahoo.com |
| randomPhone | 255-806-6632 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 480ccfc2-03eb-458e-bcf2-604355312f25 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1051 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Joseph",
"last_name": "Williamson",
"mobile_number": "788-472-5887",
"mobile_number_alt": "",
"email_id": "Alysa19@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"16659842162280",
"imei1": "16659842162280",
"imei2": "16659842162280",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-GKzzRJeISfxBY/RLK6BxSyxhBho" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":135879,"tr_customer_product_id":135869,"job_number":"JOB_135862"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Verify if response message is Job Created Successfully | 1 | 0 | 0 |
| Verify that response time is below 500 | 1 | 0 | 0 |
| Verify JSON Schema | 1 | 0 | 0 |
| Verify that id is present in the response data | 1 | 0 | 0 |
| Verify that mst_service_location_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_platform_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_warrenty_status_id is present in the response data | 1 | 0 | 0 |
| Verify that mst_oem_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_id is present in the response data | 1 | 0 | 0 |
| Verify that tr_customer_product_id is present in the response data | 1 | 0 | 0 |
| Verify that job_number is present in the response data | 1 | 0 | 0 |
| Verify job_number starts with JOB_ | 1 | 0 | 0 |
| Total | 13 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| randomnumber | 828 |
| randomFirstName | Delmer |
| randomLastName | Kutch |
| randomEmail | Lemuel_Paucek96@yahoo.com |
| randomPhone | 629-626-6885 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 25dffccd-4d86-4ab3-bdc7-2bf3e4600462 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1054 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Josiane",
"last_name": "Kuphal",
"mobile_number": "368-686-7403",
"mobile_number_alt": "",
"email_id": "Anahi.Kautzer@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"34996906017272",
"imei1": "34996906017272",
"imei2": "34996906017272",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 401 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mjl9.H_c_w-ZaqyoxPOvYgFygDH05v6J2hRnap1kk4Gdj9K4 |
| randomnumber | 519 |
| randomFirstName | Scottie |
| randomLastName | Franecki |
| randomEmail | Willard0@hotmail.com |
| randomPhone | 375-345-0059 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a37c68ac-f2ce-407e-8a9d-6556f8a76180 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1049 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Adrain",
"last_name": "Lowe",
"mobile_number": "671-781-9916",
"mobile_number_alt": "",
"email_id": "Sylvester45@yahoo.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"78432989507044",
"imei1": "78432989507044",
"imei2": "78432989507044",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 100 |
| ETag | W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 403 | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| randomnumber | 994 |
| randomFirstName | Reece |
| randomLastName | Beatty |
| randomEmail | Josephine.Bernhard12@hotmail.com |
| randomPhone | 975-592-8099 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | dfa99bb1-4df2-449b-82e4-b9a5fda6ea67 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| randomnumber | 18 |
| randomFirstName | Tate |
| randomLastName | Moen |
| randomEmail | Maudie_Braun@hotmail.com |
| randomPhone | 902-339-9309 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b5a7adf0-7991-4b56-85b7-9bc7f5c3913e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1035 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
"customer": {
"first_name": "Kaley",
"last_name": "McDermott",
"mobile_number": "670-439-3880",
"mobile_number_alt": "",
"email_id": "Rickey52@gmail.com",
"email_id_alt": ""
},
"customer_address": {
"flat_number": "23",
"apartment_name": "Ganga",
"street_name": "ganga road",
"landmark": "hgjhggjkkj",
"area": "Ghartanpada",
"pincode": "820023",
"country": "India",
"state": "Maharashtra"
},
"customer_product": {
"dop": "2025-11-04T23:00:00.000Z",
"serial_number":"100000662",
"imei1": "100000662",
"imei2": "100000662",
"popurl": "2025-11-04T23:00:00.000Z",
"product_id": 3,
"mst_model_id": 3
},
"problems": [
{
"id": 3,
"remark": ""
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify if the status code is 400 | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| randomnumber | 855 |
| randomFirstName | Eldridge |
| randomLastName | Gerlach |
| randomEmail | Zoey_Schuppe@gmail.com |
| randomPhone | 393-285-7307 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ae580678-7c29-4ce5-9b7b-c119a55edda7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 2,
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 279 |
| ETag | W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n \"mst_service_location_id\": 0,\r\n \"mst_platform_id\": 2,\r\n \"mst_warrenty_status_id\": 1,\r\n \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify if the status code is 400 | 1 | 0 | 0 |
| Verify if the error message is shown | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 28cfe5a4-8c74-4d2c-a2c4-af78501ddacb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-x6ydvfPumceKBCMQP3iL6LzGOiI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":527},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Check if the count for the created jobs today is greater than the old value | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check if the count for the created jobs today is greater than the old value | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e12bbc93-5233-44ec-bd1d-2ea8f2536d04 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 31 |
{"details_key":"created_today"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7fc8b-V76T3xbdMcbJQ1bjd/gh52C5XZk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:18.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:20.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:16.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:03.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_99821"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4352638c-d466-4267-a7d3-70ca5f3bf4d6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_104254"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 59f7796d-2dc6-490b-9a1e-107dfb024280 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 181ef774-8ffd-4960-af28-68b0d0505e03 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-ELDXtS8ZHz6V2wouA0rjrDk9BCU" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 914343f3-0c4d-4dfe-80d2-8d5803492b96 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 04f57c59-2366-42d9-9a71-6b94f08a2595 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-Rcy5B2+lxAEwGUULU72q0Z5z7S0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":412},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | af70a6f1-d1e0-4ef8-8820-ef2f1595d29b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"64236-3Rrwcmexc6lQA4KgEpQU/nGGXac" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:20.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:42:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | c2b161db-6116-446c-a593-52bc406d96fb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Pragma: no-cache' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \
--data-raw '{"job_id":99821,"engineer_id":17}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d7717dfb-f1ba-4403-9ed2-aa2b08ff12f5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 135862,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDN9.eJegRV8r5hF8OK9Ip9pp8tmhAZFpK0DzYphwiTDI80E |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 57992261-d98d-4862-947d-420b7c6fa75d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"63e57-iPmUYSQ07ZzOzXOoibRAfBlRJg0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135740,"job_number":"JOB_135740","tr_customer_id":135757,"tr_customer_product_id":135747,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:34.000Z","modified_at":"2025-12-23T06:36:34.000Z","name":"Felipe Gleason","mobile_number":"255-730-9161","email_id":"Russ10@gmail.com","dop":"2000-01-31","serial_number":"1072364794493061","imei1":"1072364794493061","imei2":"1072364794493061","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135738,"job_number":"JOB_135738","tr_customer_id":135755,"tr_customer_product_id":135745,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:32.000Z","modified_at":"2025-12-23T06:36:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10966157651601","imei1":"10966157651601","imei2":"10966157651601","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135737,"job_number":"JOB_135737","tr_customer_id":135754,"tr_customer_product_id":135744,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:48.000Z","modified_at":"2025-12-23T06:35:48.000Z","name":"Willie Kihn","mobile_number":"869-666-9352","email_id":"Euna_Monahan@yahoo.com","dop":"2000-01-31","serial_number":"1095772930160464","imei1":"1095772930160464","imei2":"1095772930160464","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135735,"job_number":"JOB_135735","tr_customer_id":135752,"tr_customer_product_id":135742,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:46.000Z","modified_at":"2025-12-23T06:35:46.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10372171504675","imei1":"10372171504675","imei2":"10372171504675","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135728,"job_number":"JOB_135728","tr_customer_id":135745,"tr_customer_product_id":135735,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:01.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Verdie Sporer","mobile_number":"516-346-6936","email_id":"Earline93@hotmail.com","dop":"2000-01-31","serial_number":"1021312718655011","imei1":"1021312718655011","imei2":"1021312718655011","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135726,"job_number":"JOB_135726","tr_customer_id":135743,"tr_customer_product_id":135733,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:59.000Z","modified_at":"2025-12-23T06:34:59.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10638722232782","imei1":"10638722232782","imei2":"10638722232782","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:59.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135714,"job_number":"JOB_135714","tr_customer_id":135731,"tr_customer_product_id":135721,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:15.000Z","modified_at":"2025-12-23T06:34:15.000Z","name":"Odell Ward","mobile_number":"683-207-7803","email_id":"Justen.Ferry64@gmail.com","dop":"2000-01-31","serial_number":"1021499439600212","imei1":"1021499439600212","imei2":"1021499439600212","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:15.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135712,"job_number":"JOB_135712","tr_customer_id":135729,"tr_customer_product_id":135719,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:13.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10027993244135","imei1":"10027993244135","imei2":"10027993244135","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:13.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135555,"job_number":"JOB_135555","tr_customer_id":135572,"tr_customer_product_id":135562,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Herbert Kerluke","mobile_number":"700-909-4606","email_id":"Dariana_Kulas@hotmail.com","dop":"2000-01-31","serial_number":"1033667961057030","imei1":"1033667961057030","imei2":"1033667961057030","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135552,"job_number":"JOB_135552","tr_customer_id":135569,"tr_customer_product_id":135559,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10302078692470","imei1":"10302078692470","imei2":"10302078692470","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135534,"job_number":"JOB_135534","tr_customer_id":135551,"tr_customer_product_id":135541,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:00.000Z","modified_at":"2025-12-23T03:49:00.000Z","name":"Idell Wisoky","mobile_number":"612-654-5813","email_id":"Evan_Larson18@hotmail.com","dop":"2000-01-31","serial_number":"1009753622414154","imei1":"1009753622414154","imei2":"1009753622414154","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135532,"job_number":"JOB_135532","tr_customer_id":135549,"tr_customer_product_id":135539,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:58.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10529029144348","imei1":"10529029144348","imei2":"10529029144348","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135503,"job_number":"JOB_135503","tr_customer_id":135520,"tr_customer_product_id":135510,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:14.000Z","modified_at":"2025-12-23T03:48:14.000Z","name":"Roma Koepp","mobile_number":"852-971-2043","email_id":"Sylvia43@hotmail.com","dop":"2000-01-31","serial_number":"1036276830386903","imei1":"1036276830386903","imei2":"1036276830386903","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135501,"job_number":"JOB_135501","tr_customer_id":135518,"tr_customer_product_id":135508,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10367898657736","imei1":"10367898657736","imei2":"10367898657736","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135459,"job_number":"JOB_135459","tr_customer_id":135476,"tr_customer_product_id":135466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:28.000Z","modified_at":"2025-12-23T03:47:28.000Z","name":"Otho Fahey","mobile_number":"311-816-2878","email_id":"Nia.Schmeler@yahoo.com","dop":"2000-01-31","serial_number":"1092655581127065","imei1":"1092655581127065","imei2":"1092655581127065","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:28.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135457,"job_number":"JOB_135457","tr_customer_id":135474,"tr_customer_product_id":135464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10443622007503","imei1":"10443622007503","imei2":"10443622007503","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":135859,"job_number":"JOB_135859","tr_customer_id":135876,"tr_customer_product_id":135866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:39.000Z","modified_at":"2025-12-23T07:41:39.000Z","name":"Lucio Moore","mobile_number":"695-889-3234","email_id":"Gilda_Krajcik84@gmail.com","dop":"2025-04-06","serial_number":"12913379166548008","imei1":"12913379166548008","imei2":"12913379166548008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135854,"job_number":"JOB_135854","tr_customer_id":135871,"tr_customer_product_id":135861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:07.000Z","modified_at":"2025-12-23T07:30:07.000Z","name":"Estel Schiller","mobile_number":"564-630-7677","email_id":"Roslyn_Legros@yahoo.com","dop":"2025-12-01","serial_number":"12227163180674","imei1":"12227163180674","imei2":"12227163180674","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135853,"job_number":"JOB_135853","tr_customer_id":135870,"tr_customer_product_id":135860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:29:51.000Z","modified_at":"2025-12-23T07:29:51.000Z","name":"Barney Nikolaus","mobile_number":"371-363-4088","email_id":"Omari88@hotmail.com","dop":"2025-12-01","serial_number":"15659599472502","imei1":"15659599472502","imei2":"15659599472502","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:29:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135852,"job_number":"JOB_135852","tr_customer_id":135869,"tr_customer_product_id":135859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:36.000Z","modified_at":"2025-12-23T07:28:36.000Z","name":"Camila Heller","mobile_number":"228-494-1729","email_id":"Norval.Buckridge13@hotmail.com","dop":"2025-12-01","serial_number":"12071423005849","imei1":"12071423005849","imei2":"12071423005849","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135851,"job_number":"JOB_135851","tr_customer_id":135868,"tr_customer_product_id":135858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:22.000Z","modified_at":"2025-12-23T07:28:22.000Z","name":"Ryann Brakus","mobile_number":"704-452-4318","email_id":"Oceane81@yahoo.com","dop":"2025-12-01","serial_number":"13369582030983","imei1":"13369582030983","imei2":"13369582030983","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135850,"job_number":"JOB_135850","tr_customer_id":135867,"tr_customer_product_id":135857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Betty Langworth","mobile_number":"505-835-5534","email_id":"Oswald_Swaniawski@hotmail.com","dop":"2025-11-30","serial_number":"333606442800054","imei1":"333606442800054","imei2":"333606442800054","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135849,"job_number":"JOB_135849","tr_customer_id":135866,"tr_customer_product_id":135856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:01.000Z","modified_at":"2025-12-23T07:28:01.000Z","name":"Keshawn Dicki","mobile_number":"809-733-7520","email_id":"Ebony.Raynor16@yahoo.com","dop":"2025-11-30","serial_number":"11722963451940","imei1":"11722963451940","imei2":"11722963451940","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:28:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135847,"job_number":"JOB_135847","tr_customer_id":135864,"tr_customer_product_id":135854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:59.000Z","modified_at":"2025-12-23T07:27:59.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14232648538486","imei1":"14232648538486","imei2":"14232648538486","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135846,"job_number":"JOB_135846","tr_customer_id":135863,"tr_customer_product_id":135853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:46.000Z","modified_at":"2025-12-23T07:27:46.000Z","name":"Raphaelle Dach","mobile_number":"928-779-5488","email_id":"Coralie5@yahoo.com","dop":"2025-11-30","serial_number":"580154941946796","imei1":"580154941946796","imei2":"580154941946796","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135845,"job_number":"JOB_135845","tr_customer_id":135862,"tr_customer_product_id":135852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:45.000Z","name":"Pierre Ledner","mobile_number":"235-300-0460","email_id":"Toy_Keeling@yahoo.com","dop":"2025-11-30","serial_number":"18165188333586","imei1":"18165188333586","imei2":"18165188333586","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135843,"job_number":"JOB_135843","tr_customer_id":135860,"tr_customer_product_id":135850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:44.000Z","modified_at":"2025-12-23T07:27:44.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10170141562488","imei1":"10170141562488","imei2":"10170141562488","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135842,"job_number":"JOB_135842","tr_customer_id":135859,"tr_customer_product_id":135849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:31.000Z","modified_at":"2025-12-23T07:27:31.000Z","name":"Leopold Funk","mobile_number":"956-810-4078","email_id":"Vernie.Bartell@hotmail.com","dop":"2025-11-30","serial_number":"850201154166355","imei1":"850201154166355","imei2":"850201154166355","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135841,"job_number":"JOB_135841","tr_customer_id":135858,"tr_customer_product_id":135848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:30.000Z","modified_at":"2025-12-23T07:27:30.000Z","name":"Audrey Heller","mobile_number":"921-731-9459","email_id":"Cristopher48@hotmail.com","dop":"2025-11-30","serial_number":"12045422522574","imei1":"12045422522574","imei2":"12045422522574","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135839,"job_number":"JOB_135839","tr_customer_id":135856,"tr_customer_product_id":135846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:29.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16811217690184","imei1":"16811217690184","imei2":"16811217690184","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135838,"job_number":"JOB_135838","tr_customer_id":135855,"tr_customer_product_id":135845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:19.000Z","modified_at":"2025-12-23T07:25:19.000Z","name":"Ted Boyle","mobile_number":"910-524-9453","email_id":"Eldon_Braun62@hotmail.com","dop":"2025-04-06","serial_number":"11726310979787980","imei1":"11726310979787980","imei2":"11726310979787980","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135837,"job_number":"JOB_135837","tr_customer_id":135854,"tr_customer_product_id":135844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:18.000Z","name":"Justine Buckridge","mobile_number":"622-862-0578","email_id":"Leola.Renner@hotmail.com","dop":"2025-04-06","serial_number":"14107776025881","imei1":"14107776025881","imei2":"14107776025881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:25:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135832,"job_number":"JOB_135832","tr_customer_id":135849,"tr_customer_product_id":135839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:17.000Z","modified_at":"2025-12-23T07:23:17.000Z","name":"Ollie Kuhlman","mobile_number":"363-222-1744","email_id":"Domenico_Jakubowski@gmail.com","dop":"2025-12-01","serial_number":"14739609887931","imei1":"14739609887931","imei2":"14739609887931","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:23:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135831,"job_number":"JOB_135831","tr_customer_id":135848,"tr_customer_product_id":135838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:21:31.000Z","modified_at":"2025-12-23T07:21:31.000Z","name":"Gabrielle Walker","mobile_number":"791-776-4515","email_id":"Kris97@gmail.com","dop":"2025-12-01","serial_number":"11467174579636","imei1":"11467174579636","imei2":"11467174579636","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:21:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135830,"job_number":"JOB_135830","tr_customer_id":135847,"tr_customer_product_id":135837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:42.000Z","modified_at":"2025-12-23T07:18:42.000Z","name":"Nelda Okuneva","mobile_number":"440-929-6706","email_id":"Casimir44@hotmail.com","dop":"2025-12-01","serial_number":"18317753817722","imei1":"18317753817722","imei2":"18317753817722","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135829,"job_number":"JOB_135829","tr_customer_id":135846,"tr_customer_product_id":135836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Freeda Gusikowski","mobile_number":"738-882-4891","email_id":"Hope73@gmail.com","dop":"2025-04-06","serial_number":"19423702580436450","imei1":"19423702580436450","imei2":"19423702580436450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135828,"job_number":"JOB_135828","tr_customer_id":135845,"tr_customer_product_id":135835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:40.000Z","modified_at":"2025-12-23T07:18:40.000Z","name":"Santina Kshlerin","mobile_number":"643-439-7169","email_id":"Cara.Waters@yahoo.com","dop":"2025-04-06","serial_number":"18183941142277","imei1":"18183941142277","imei2":"18183941142277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135826,"job_number":"JOB_135826","tr_customer_id":135843,"tr_customer_product_id":135833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:27.000Z","modified_at":"2025-12-23T07:18:27.000Z","name":"Deon Reilly","mobile_number":"563-968-2703","email_id":"Vena_Swaniawski12@yahoo.com","dop":"2025-12-01","serial_number":"18721598686591","imei1":"18721598686591","imei2":"18721598686591","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135825,"job_number":"JOB_135825","tr_customer_id":135842,"tr_customer_product_id":135832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:13.000Z","modified_at":"2025-12-23T07:18:13.000Z","name":"Rachelle Ruecker","mobile_number":"583-822-5625","email_id":"Corbin_Jacobi@hotmail.com","dop":"2025-12-01","serial_number":"15404868007752","imei1":"15404868007752","imei2":"15404868007752","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:18:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135824,"job_number":"JOB_135824","tr_customer_id":135841,"tr_customer_product_id":135831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:46.000Z","modified_at":"2025-12-23T07:17:46.000Z","name":"Nelson Aufderhar","mobile_number":"871-280-0532","email_id":"Carley90@gmail.com","dop":"2025-12-01","serial_number":"14309520945412","imei1":"14309520945412","imei2":"14309520945412","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135823,"job_number":"JOB_135823","tr_customer_id":135840,"tr_customer_product_id":135830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:37.000Z","modified_at":"2025-12-23T07:17:37.000Z","name":"Jacklyn Funk","mobile_number":"906-876-6005","email_id":"Alda_Wolff32@yahoo.com","dop":"2025-12-01","serial_number":"15178243912677","imei1":"15178243912677","imei2":"15178243912677","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135822,"job_number":"JOB_135822","tr_customer_id":135839,"tr_customer_product_id":135829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:17:08.000Z","modified_at":"2025-12-23T07:17:08.000Z","name":"Rubie Leffler","mobile_number":"785-486-9826","email_id":"Mavis_Bode@yahoo.com","dop":"2025-12-01","serial_number":"13916543430953","imei1":"13916543430953","imei2":"13916543430953","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135821,"job_number":"JOB_135821","tr_customer_id":135838,"tr_customer_product_id":135828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:43.000Z","modified_at":"2025-12-23T07:16:43.000Z","name":"Rubye Greenholt","mobile_number":"261-993-9076","email_id":"Deangelo.Boyle@yahoo.com","dop":"2025-12-01","serial_number":"11743389074507","imei1":"11743389074507","imei2":"11743389074507","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135820,"job_number":"JOB_135820","tr_customer_id":135837,"tr_customer_product_id":135827,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:16:33.000Z","modified_at":"2025-12-23T07:16:33.000Z","name":"Vicky Langworth","mobile_number":"386-208-3552","email_id":"Kale73@yahoo.com","dop":"2025-12-01","serial_number":"17872660337781","imei1":"17872660337781","imei2":"17872660337781","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135819,"job_number":"JOB_135819","tr_customer_id":135836,"tr_customer_product_id":135826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:15:31.000Z","modified_at":"2025-12-23T07:15:31.000Z","name":"Kale Lehner","mobile_number":"491-380-2417","email_id":"Mayra.OKeefe@hotmail.com","dop":"2025-12-01","serial_number":"19679980723615","imei1":"19679980723615","imei2":"19679980723615","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:15:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135818,"job_number":"JOB_135818","tr_customer_id":135835,"tr_customer_product_id":135825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:12:23.000Z","modified_at":"2025-12-23T07:12:23.000Z","name":"Rowland Huel","mobile_number":"353-931-1777","email_id":"Emie_White31@hotmail.com","dop":"2025-12-01","serial_number":"10621820046992","imei1":"10621820046992","imei2":"10621820046992","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:12:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135817,"job_number":"JOB_135817","tr_customer_id":135834,"tr_customer_product_id":135824,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"Jennyfer Grady","mobile_number":"208-599-2464","email_id":"Lucy_Nienow93@yahoo.com","dop":"2025-04-06","serial_number":"17990234963371616","imei1":"17990234963371616","imei2":"17990234963371616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135815,"job_number":"JOB_135815","tr_customer_id":135832,"tr_customer_product_id":135822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:11:57.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10895739603036","imei1":"10895739603036","imei2":"10895739603036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135814,"job_number":"JOB_135814","tr_customer_id":135831,"tr_customer_product_id":135821,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:32.000Z","modified_at":"2025-12-23T07:11:32.000Z","name":"Lonny Toy","mobile_number":"200-581-2097","email_id":"Layla_Borer58@hotmail.com","dop":"2025-04-06","serial_number":"17494564722354974","imei1":"17494564722354974","imei2":"17494564722354974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135812,"job_number":"JOB_135812","tr_customer_id":135829,"tr_customer_product_id":135819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19998232886172","imei1":"19998232886172","imei2":"19998232886172","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135811,"job_number":"JOB_135811","tr_customer_id":135828,"tr_customer_product_id":135818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:06.000Z","modified_at":"2025-12-23T07:11:06.000Z","name":"Ross Ebert","mobile_number":"839-282-6593","email_id":"Mohammad.McLaughlin53@yahoo.com","dop":"2025-04-06","serial_number":"18348009254322920","imei1":"18348009254322920","imei2":"18348009254322920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135809,"job_number":"JOB_135809","tr_customer_id":135826,"tr_customer_product_id":135816,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18867464282653","imei1":"18867464282653","imei2":"18867464282653","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:11:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135808,"job_number":"JOB_135808","tr_customer_id":135825,"tr_customer_product_id":135815,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:54.000Z","modified_at":"2025-12-23T07:06:54.000Z","name":"Leland Feeney","mobile_number":"332-781-5020","email_id":"Angelica68@hotmail.com","dop":"2025-04-06","serial_number":"17356839808105272","imei1":"17356839808105272","imei2":"17356839808105272","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135806,"job_number":"JOB_135806","tr_customer_id":135823,"tr_customer_product_id":135813,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19976583638482","imei1":"19976583638482","imei2":"19976583638482","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135805,"job_number":"JOB_135805","tr_customer_id":135822,"tr_customer_product_id":135812,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:46.000Z","modified_at":"2025-12-23T07:06:46.000Z","name":"Aletha Wiegand","mobile_number":"987-916-0835","email_id":"Lila_Nolan80@hotmail.com","dop":"2025-04-06","serial_number":"15246260868608466","imei1":"15246260868608466","imei2":"15246260868608466","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135803,"job_number":"JOB_135803","tr_customer_id":135820,"tr_customer_product_id":135810,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16261605989845","imei1":"16261605989845","imei2":"16261605989845","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135802,"job_number":"JOB_135802","tr_customer_id":135819,"tr_customer_product_id":135809,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:37.000Z","modified_at":"2025-12-23T07:06:37.000Z","name":"Malinda Hamill","mobile_number":"368-863-5639","email_id":"Shea_Mills@hotmail.com","dop":"2025-04-06","serial_number":"18188811606220850","imei1":"18188811606220850","imei2":"18188811606220850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135800,"job_number":"JOB_135800","tr_customer_id":135817,"tr_customer_product_id":135807,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16893743266425","imei1":"16893743266425","imei2":"16893743266425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:06:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135799,"job_number":"JOB_135799","tr_customer_id":135816,"tr_customer_product_id":135806,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:42.000Z","modified_at":"2025-12-23T07:03:42.000Z","name":"Laron Lowe","mobile_number":"270-422-4768","email_id":"Kory.Davis61@hotmail.com","dop":"2025-04-06","serial_number":"19098113252628188","imei1":"19098113252628188","imei2":"19098113252628188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135797,"job_number":"JOB_135797","tr_customer_id":135814,"tr_customer_product_id":135804,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:39.000Z","modified_at":"2025-12-23T07:03:39.000Z","name":"Toy Mayer","mobile_number":"676-758-0687","email_id":"Cydney16@gmail.com","dop":"2025-11-30","serial_number":"319848171977508","imei1":"319848171977508","imei2":"319848171977508","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135796,"job_number":"JOB_135796","tr_customer_id":135813,"tr_customer_product_id":135803,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:38.000Z","name":"Royce Daugherty","mobile_number":"409-354-2236","email_id":"Izaiah.Howe76@hotmail.com","dop":"2025-11-30","serial_number":"10745852196766","imei1":"10745852196766","imei2":"10745852196766","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135794,"job_number":"JOB_135794","tr_customer_id":135811,"tr_customer_product_id":135801,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:37.000Z","modified_at":"2025-12-23T07:03:37.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"15003221513614","imei1":"15003221513614","imei2":"15003221513614","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135793,"job_number":"JOB_135793","tr_customer_id":135810,"tr_customer_product_id":135800,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:23.000Z","modified_at":"2025-12-23T07:03:23.000Z","name":"Celia Fahey","mobile_number":"525-591-6131","email_id":"John_Pollich@gmail.com","dop":"2025-11-30","serial_number":"672300254081141","imei1":"672300254081141","imei2":"672300254081141","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135792,"job_number":"JOB_135792","tr_customer_id":135809,"tr_customer_product_id":135799,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:22.000Z","modified_at":"2025-12-23T07:03:22.000Z","name":"Jo Fay","mobile_number":"959-293-2911","email_id":"Talon_Bartell66@gmail.com","dop":"2025-11-30","serial_number":"11267760698625","imei1":"11267760698625","imei2":"11267760698625","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135790,"job_number":"JOB_135790","tr_customer_id":135807,"tr_customer_product_id":135797,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:21.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"10984420550912","imei1":"10984420550912","imei2":"10984420550912","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135789,"job_number":"JOB_135789","tr_customer_id":135806,"tr_customer_product_id":135796,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:07.000Z","modified_at":"2025-12-23T07:03:07.000Z","name":"Jaiden Harris","mobile_number":"928-263-8642","email_id":"Else.Fay@yahoo.com","dop":"2025-11-30","serial_number":"1079043721885986","imei1":"1079043721885986","imei2":"1079043721885986","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135788,"job_number":"JOB_135788","tr_customer_id":135805,"tr_customer_product_id":135795,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:06.000Z","modified_at":"2025-12-23T07:03:06.000Z","name":"Alex Miller","mobile_number":"871-714-1659","email_id":"Russel19@gmail.com","dop":"2025-11-30","serial_number":"13402075416383","imei1":"13402075416383","imei2":"13402075416383","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135786,"job_number":"JOB_135786","tr_customer_id":135803,"tr_customer_product_id":135793,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:05.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"18820528423384","imei1":"18820528423384","imei2":"18820528423384","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:03:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135785,"job_number":"JOB_135785","tr_customer_id":135802,"tr_customer_product_id":135792,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:55.000Z","modified_at":"2025-12-23T07:00:55.000Z","name":"Laverne Tremblay","mobile_number":"748-490-9109","email_id":"Ludwig_Roob@yahoo.com","dop":"2025-04-06","serial_number":"16493009419224724","imei1":"16493009419224724","imei2":"16493009419224724","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:00:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135783,"job_number":"JOB_135783","tr_customer_id":135800,"tr_customer_product_id":135790,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:20.000Z","modified_at":"2025-12-23T06:56:20.000Z","name":"Fletcher Herzog","mobile_number":"786-773-9618","email_id":"Emmitt38@hotmail.com","dop":"2025-11-30","serial_number":"795266281827823","imei1":"795266281827823","imei2":"795266281827823","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135782,"job_number":"JOB_135782","tr_customer_id":135799,"tr_customer_product_id":135789,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:19.000Z","name":"Brennan Maggio","mobile_number":"501-422-9851","email_id":"Lou_Reynolds81@hotmail.com","dop":"2025-11-30","serial_number":"10113838026040","imei1":"10113838026040","imei2":"10113838026040","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135780,"job_number":"JOB_135780","tr_customer_id":135797,"tr_customer_product_id":135787,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:18.000Z","modified_at":"2025-12-23T06:56:18.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"11739020252387","imei1":"11739020252387","imei2":"11739020252387","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135779,"job_number":"JOB_135779","tr_customer_id":135796,"tr_customer_product_id":135786,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:03.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Rachelle Gibson","mobile_number":"891-827-0373","email_id":"Wilhelmine_Mayer82@hotmail.com","dop":"2025-11-30","serial_number":"550590443051850","imei1":"550590443051850","imei2":"550590443051850","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135778,"job_number":"JOB_135778","tr_customer_id":135795,"tr_customer_product_id":135785,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:03.000Z","name":"Ayana Durgan","mobile_number":"451-546-8187","email_id":"Mauricio.Bauch@gmail.com","dop":"2025-11-30","serial_number":"15837160008185","imei1":"15837160008185","imei2":"15837160008185","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135776,"job_number":"JOB_135776","tr_customer_id":135793,"tr_customer_product_id":135783,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:01.000Z","modified_at":"2025-12-23T06:56:01.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"14236286173558","imei1":"14236286173558","imei2":"14236286173558","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:56:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135775,"job_number":"JOB_135775","tr_customer_id":135792,"tr_customer_product_id":135782,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:46.000Z","modified_at":"2025-12-23T06:55:46.000Z","name":"Karley Connelly","mobile_number":"485-296-0678","email_id":"Julie.Pollich@gmail.com","dop":"2025-11-30","serial_number":"951760558128143","imei1":"951760558128143","imei2":"951760558128143","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135774,"job_number":"JOB_135774","tr_customer_id":135791,"tr_customer_product_id":135781,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:45.000Z","name":"D'angelo Wintheiser","mobile_number":"356-802-9684","email_id":"Felix_Luettgen@gmail.com","dop":"2025-11-30","serial_number":"17897370409046","imei1":"17897370409046","imei2":"17897370409046","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135772,"job_number":"JOB_135772","tr_customer_id":135789,"tr_customer_product_id":135779,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:44.000Z","modified_at":"2025-12-23T06:55:44.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"16530626571447","imei1":"16530626571447","imei2":"16530626571447","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:55:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135771,"job_number":"JOB_135771","tr_customer_id":135788,"tr_customer_product_id":135778,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:02.000Z","modified_at":"2025-12-23T06:48:02.000Z","name":"Norval Grant","mobile_number":"381-469-6366","email_id":"Mariana_Bogisich45@gmail.com","dop":"2025-04-06","serial_number":"15585803801051794","imei1":"15585803801051794","imei2":"15585803801051794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135769,"job_number":"JOB_135769","tr_customer_id":135786,"tr_customer_product_id":135776,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:00.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11346582009529","imei1":"11346582009529","imei2":"11346582009529","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:48:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135768,"job_number":"JOB_135768","tr_customer_id":135785,"tr_customer_product_id":135775,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:47.000Z","modified_at":"2025-12-23T06:47:47.000Z","name":"Anwesha Naik","mobile_number":"9307811798","email_id":"puneet.varman@gmail.com","dop":"2025-12-13","serial_number":"993527285071154","imei1":"993527285071154","imei2":"993527285071154","popurl":"www.chandi-bandopadhyay.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135767,"job_number":"JOB_135767","tr_customer_id":135784,"tr_customer_product_id":135774,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:14.000Z","modified_at":"2025-12-23T06:47:14.000Z","name":"Rod Wintheiser","mobile_number":"389-527-4378","email_id":"Ayden_Abbott@gmail.com","dop":"2025-04-06","serial_number":"16047572020536456","imei1":"16047572020536456","imei2":"16047572020536456","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135765,"job_number":"JOB_135765","tr_customer_id":135782,"tr_customer_product_id":135772,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:12.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13109409341763","imei1":"13109409341763","imei2":"13109409341763","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:47:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135764,"job_number":"JOB_135764","tr_customer_id":135781,"tr_customer_product_id":135771,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:26.000Z","modified_at":"2025-12-23T06:46:26.000Z","name":"Laurianne Crona","mobile_number":"807-737-8849","email_id":"Ryleigh_Ratke@yahoo.com","dop":"2025-04-06","serial_number":"14055069752960774","imei1":"14055069752960774","imei2":"14055069752960774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135763,"job_number":"JOB_135763","tr_customer_id":135780,"tr_customer_product_id":135770,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:25.000Z","modified_at":"2025-12-23T06:46:25.000Z","name":"Ardella Hyatt","mobile_number":"232-424-8274","email_id":"Kody.Miller72@yahoo.com","dop":"2025-04-06","serial_number":"13144257305372008","imei1":"13144257305372008","imei2":"13144257305372008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135761,"job_number":"JOB_135761","tr_customer_id":135778,"tr_customer_product_id":135768,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11470173134854","imei1":"11470173134854","imei2":"11470173134854","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135759,"job_number":"JOB_135759","tr_customer_id":135776,"tr_customer_product_id":135766,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:48.000Z","modified_at":"2025-12-23T06:42:48.000Z","name":"Melany DuBuque","mobile_number":"352-270-8928","email_id":"Bud.Keebler@gmail.com","dop":"2025-04-06","serial_number":"18110899823743684","imei1":"18110899823743684","imei2":"18110899823743684","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135757,"job_number":"JOB_135757","tr_customer_id":135774,"tr_customer_product_id":135764,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:42:47.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"11322523105844","imei1":"11322523105844","imei2":"11322523105844","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135756,"job_number":"JOB_135756","tr_customer_id":135773,"tr_customer_product_id":135763,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:06.000Z","modified_at":"2025-12-23T06:42:06.000Z","name":"Jerrod Luettgen","mobile_number":"378-434-4722","email_id":"Eusebio25@yahoo.com","dop":"2025-04-06","serial_number":"15978041946637900","imei1":"15978041946637900","imei2":"15978041946637900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135754,"job_number":"JOB_135754","tr_customer_id":135771,"tr_customer_product_id":135761,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:04.000Z","modified_at":"2025-12-23T06:42:04.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"12194008585148","imei1":"12194008585148","imei2":"12194008585148","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135753,"job_number":"JOB_135753","tr_customer_id":135770,"tr_customer_product_id":135760,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:24.000Z","modified_at":"2025-12-23T06:41:24.000Z","name":"Jodie Zulauf","mobile_number":"887-970-8637","email_id":"Aubrey.Kuphal47@yahoo.com","dop":"2025-04-06","serial_number":"15107582462802524","imei1":"15107582462802524","imei2":"15107582462802524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135751,"job_number":"JOB_135751","tr_customer_id":135768,"tr_customer_product_id":135758,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:23.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"17455692489225","imei1":"17455692489225","imei2":"17455692489225","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135750,"job_number":"JOB_135750","tr_customer_id":135767,"tr_customer_product_id":135757,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:20.000Z","modified_at":"2025-12-23T06:41:20.000Z","name":"Micaela Flatley","mobile_number":"541-542-2370","email_id":"Johnson45@gmail.com","dop":"2025-04-06","serial_number":"17711582126089824","imei1":"17711582126089824","imei2":"17711582126089824","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135748,"job_number":"JOB_135748","tr_customer_id":135765,"tr_customer_product_id":135755,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:13.000Z","modified_at":"2025-12-23T06:41:13.000Z","name":"Wilfredo Kautzer","mobile_number":"482-357-1081","email_id":"German88@hotmail.com","dop":"2025-04-06","serial_number":"16955317942743852","imei1":"16955317942743852","imei2":"16955317942743852","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:41:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135745,"job_number":"JOB_135745","tr_customer_id":135762,"tr_customer_product_id":135752,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:36.000Z","modified_at":"2025-12-23T06:39:36.000Z","name":"Torrey Schaden","mobile_number":"420-813-1659","email_id":"Candace_Stoltenberg97@yahoo.com","dop":"2025-09-08","serial_number":"345395734876308","imei1":"345395734876308","imei2":"345395734876308","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135743,"job_number":"JOB_135743","tr_customer_id":135760,"tr_customer_product_id":135750,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:29.000Z","name":"Marjolaine Hoppe","mobile_number":"743-681-1983","email_id":"Nicolette.Lesch54@yahoo.com","dop":"2025-09-08","serial_number":"20662845732668","imei1":"20662845732668","imei2":"20662845732668","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135741,"job_number":"JOB_135741","tr_customer_id":135758,"tr_customer_product_id":135748,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:21.000Z","name":"Margarette Wintheiser","mobile_number":"950-740-4561","email_id":"Thalia4@yahoo.com","dop":"2025-09-08","serial_number":"501237549483853","imei1":"501237549483853","imei2":"501237549483853","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:39:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135734,"job_number":"JOB_135734","tr_customer_id":135751,"tr_customer_product_id":135741,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:09.000Z","modified_at":"2025-12-23T06:35:09.000Z","name":"Lexus Gerhold","mobile_number":"298-861-4807","email_id":"Mya_Batz@hotmail.com","dop":"2025-04-06","serial_number":"13717701185038178","imei1":"13717701185038178","imei2":"13717701185038178","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135732,"job_number":"JOB_135732","tr_customer_id":135749,"tr_customer_product_id":135739,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11697506799474","imei1":"11697506799474","imei2":"11697506799474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135731,"job_number":"JOB_135731","tr_customer_id":135748,"tr_customer_product_id":135738,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:06.000Z","modified_at":"2025-12-23T06:35:06.000Z","name":"Coralie Tillman","mobile_number":"366-284-9926","email_id":"Sharon_Yost67@hotmail.com","dop":"2025-10-12","serial_number":"1009573804012214","imei1":"1009573804012214","imei2":"1009573804012214","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135729,"job_number":"JOB_135729","tr_customer_id":135746,"tr_customer_product_id":135736,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:05.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"19645499955989","imei1":"19645499955989","imei2":"19645499955989","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:35:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135725,"job_number":"JOB_135725","tr_customer_id":135742,"tr_customer_product_id":135732,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:51.000Z","modified_at":"2025-12-23T06:34:51.000Z","name":"Cathryn Daugherty","mobile_number":"704-588-9879","email_id":"Coralie_Lesch@yahoo.com","dop":"2025-10-12","serial_number":"1006461422190044","imei1":"1006461422190044","imei2":"1006461422190044","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135723,"job_number":"JOB_135723","tr_customer_id":135740,"tr_customer_product_id":135730,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:34:50.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"15407185640027","imei1":"15407185640027","imei2":"15407185640027","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135721,"job_number":"JOB_135721","tr_customer_id":135738,"tr_customer_product_id":135728,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:47.000Z","modified_at":"2025-12-23T06:34:47.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"13792758744041","imei1":"13792758744041","imei2":"13792758744041","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135720,"job_number":"JOB_135720","tr_customer_id":135737,"tr_customer_product_id":135727,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:37.000Z","modified_at":"2025-12-23T06:34:37.000Z","name":"Darrick Witting","mobile_number":"211-401-7354","email_id":"Will15@hotmail.com","dop":"2025-10-12","serial_number":"1007347190183881","imei1":"1007347190183881","imei2":"1007347190183881","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135718,"job_number":"JOB_135718","tr_customer_id":135735,"tr_customer_product_id":135725,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:35.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"14859710140983","imei1":"14859710140983","imei2":"14859710140983","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135717,"job_number":"JOB_135717","tr_customer_id":135734,"tr_customer_product_id":135724,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:27.000Z","modified_at":"2025-12-23T06:34:27.000Z","name":"Daryl Gislason","mobile_number":"992-294-0941","email_id":"Rose.Turcotte96@gmail.com","dop":"2025-04-06","serial_number":"11278310276947476","imei1":"11278310276947476","imei2":"11278310276947476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135715,"job_number":"JOB_135715","tr_customer_id":135732,"tr_customer_product_id":135722,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:34:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14000669959380","imei1":"14000669959380","imei2":"14000669959380","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135710,"job_number":"JOB_135710","tr_customer_id":135727,"tr_customer_product_id":135717,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:07.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"17834996240556","imei1":"17834996240556","imei2":"17834996240556","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135709,"job_number":"JOB_135709","tr_customer_id":135726,"tr_customer_product_id":135716,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:45.000Z","modified_at":"2025-12-23T06:33:45.000Z","name":"Reed Marquardt","mobile_number":"285-859-1827","email_id":"Nickolas.Wilkinson47@yahoo.com","dop":"2025-04-06","serial_number":"16257398686081604","imei1":"16257398686081604","imei2":"16257398686081604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135707,"job_number":"JOB_135707","tr_customer_id":135724,"tr_customer_product_id":135714,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:33:44.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10743689288088","imei1":"10743689288088","imei2":"10743689288088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135705,"job_number":"JOB_135705","tr_customer_id":135722,"tr_customer_product_id":135712,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:33:27.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"19733708308787","imei1":"19733708308787","imei2":"19733708308787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135704,"job_number":"JOB_135704","tr_customer_id":135721,"tr_customer_product_id":135711,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:04.000Z","modified_at":"2025-12-23T06:33:04.000Z","name":"Franco Marquardt","mobile_number":"950-407-3764","email_id":"Theresia.Williamson@yahoo.com","dop":"2025-04-06","serial_number":"15898091253022212","imei1":"15898091253022212","imei2":"15898091253022212","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:33:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135702,"job_number":"JOB_135702","tr_customer_id":135719,"tr_customer_product_id":135709,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:20.000Z","modified_at":"2025-12-23T06:30:20.000Z","name":"Unique Stark","mobile_number":"839-446-0067","email_id":"Christophe88@hotmail.com","dop":"2025-04-06","serial_number":"14179112468147310","imei1":"14179112468147310","imei2":"14179112468147310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135700,"job_number":"JOB_135700","tr_customer_id":135717,"tr_customer_product_id":135707,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:18.000Z","modified_at":"2025-12-23T06:30:18.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11435499014312","imei1":"11435499014312","imei2":"11435499014312","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135699,"job_number":"JOB_135699","tr_customer_id":135716,"tr_customer_product_id":135706,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:38.000Z","modified_at":"2025-12-23T06:29:38.000Z","name":"Kiel Lehner","mobile_number":"331-945-7600","email_id":"Marc3@gmail.com","dop":"2025-04-06","serial_number":"15748174703401832","imei1":"15748174703401832","imei2":"15748174703401832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135697,"job_number":"JOB_135697","tr_customer_id":135714,"tr_customer_product_id":135704,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:29:37.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13587993530010","imei1":"13587993530010","imei2":"13587993530010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135695,"job_number":"JOB_135695","tr_customer_id":135712,"tr_customer_product_id":135702,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:31.000Z","name":"Electa Bednar","mobile_number":"889-390-1098","email_id":"Luisa_Tremblay@gmail.com","dop":"2025-09-08","serial_number":"306797555232563","imei1":"306797555232563","imei2":"306797555232563","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135693,"job_number":"JOB_135693","tr_customer_id":135710,"tr_customer_product_id":135700,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165111178490","imei1":"17165111178490","imei2":"17165111178490","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135691,"job_number":"JOB_135691","tr_customer_id":135708,"tr_customer_product_id":135698,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:24.000Z","name":"Sarai Satterfield","mobile_number":"937-290-5749","email_id":"Sydnie_Raynor76@yahoo.com","dop":"2025-09-08","serial_number":"840552609053090","imei1":"840552609053090","imei2":"840552609053090","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135689,"job_number":"JOB_135689","tr_customer_id":135706,"tr_customer_product_id":135696,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:17.000Z","name":"Murray Gleichner","mobile_number":"431-474-6163","email_id":"Twila_Hodkiewicz29@gmail.com","dop":"2025-09-08","serial_number":"728944030116085","imei1":"728944030116085","imei2":"728944030116085","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135687,"job_number":"JOB_135687","tr_customer_id":135704,"tr_customer_product_id":135694,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16682478950861","imei1":"16682478950861","imei2":"16682478950861","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135685,"job_number":"JOB_135685","tr_customer_id":135702,"tr_customer_product_id":135692,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:00.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17222313396806","imei1":"17222313396806","imei2":"17222313396806","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:29:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135684,"job_number":"JOB_135684","tr_customer_id":135701,"tr_customer_product_id":135691,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:56.000Z","modified_at":"2025-12-23T06:28:56.000Z","name":"Korey Bruen","mobile_number":"804-978-6149","email_id":"Angie51@yahoo.com","dop":"2025-04-06","serial_number":"10039559969074638","imei1":"10039559969074638","imei2":"10039559969074638","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135682,"job_number":"JOB_135682","tr_customer_id":135699,"tr_customer_product_id":135689,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:54.000Z","modified_at":"2025-12-23T06:28:54.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15397237799727","imei1":"15397237799727","imei2":"15397237799727","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135681,"job_number":"JOB_135681","tr_customer_id":135698,"tr_customer_product_id":135688,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:42.000Z","modified_at":"2025-12-23T06:28:42.000Z","name":"Loraine Willms","mobile_number":"765-264-9169","email_id":"Hayley_Gutmann76@hotmail.com","dop":"2025-09-08","serial_number":"916723997705843","imei1":"916723997705843","imei2":"916723997705843","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135680,"job_number":"JOB_135680","tr_customer_id":135697,"tr_customer_product_id":135687,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:40.000Z","modified_at":"2025-12-23T06:28:41.000Z","name":"Colten Littel","mobile_number":"676-632-1701","email_id":"Chanelle_Nolan72@hotmail.com","dop":"2025-09-08","serial_number":"981519236035101","imei1":"981519236035101","imei2":"981519236035101","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135679,"job_number":"JOB_135679","tr_customer_id":135696,"tr_customer_product_id":135686,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:39.000Z","modified_at":"2025-12-23T06:28:39.000Z","name":"Berenice Lehner","mobile_number":"709-990-1080","email_id":"Devon76@gmail.com","dop":"2025-09-08","serial_number":"593714455059362","imei1":"593714455059362","imei2":"593714455059362","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135678,"job_number":"JOB_135678","tr_customer_id":135695,"tr_customer_product_id":135685,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:27.000Z","modified_at":"2025-12-23T06:28:27.000Z","name":"Gregory Gottlieb","mobile_number":"924-401-6117","email_id":"Brionna71@hotmail.com","dop":"2025-09-08","serial_number":"62150419750799","imei1":"62150419750799","imei2":"62150419750799","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135677,"job_number":"JOB_135677","tr_customer_id":135694,"tr_customer_product_id":135684,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:25.000Z","modified_at":"2025-12-23T06:28:25.000Z","name":"Sammie Leannon","mobile_number":"819-894-3358","email_id":"Luna_Rice90@gmail.com","dop":"2025-09-08","serial_number":"31333998340465","imei1":"31333998340465","imei2":"31333998340465","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135676,"job_number":"JOB_135676","tr_customer_id":135693,"tr_customer_product_id":135683,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:24.000Z","modified_at":"2025-12-23T06:28:24.000Z","name":"Bailee Farrell","mobile_number":"521-510-9354","email_id":"Stephan_Donnelly@hotmail.com","dop":"2025-09-08","serial_number":"535060729970949","imei1":"535060729970949","imei2":"535060729970949","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:28:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135675,"job_number":"JOB_135675","tr_customer_id":135692,"tr_customer_product_id":135682,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:36.000Z","modified_at":"2025-12-23T06:27:36.000Z","name":"Dortha Lueilwitz","mobile_number":"503-676-9508","email_id":"Jeff.Emmerich@hotmail.com","dop":"2025-04-06","serial_number":"11447472631170536","imei1":"11447472631170536","imei2":"11447472631170536","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135673,"job_number":"JOB_135673","tr_customer_id":135690,"tr_customer_product_id":135680,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:27:34.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17772231596968","imei1":"17772231596968","imei2":"17772231596968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:27:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135672,"job_number":"JOB_135672","tr_customer_id":135689,"tr_customer_product_id":135679,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:52.000Z","modified_at":"2025-12-23T06:26:52.000Z","name":"Augustine Kautzer","mobile_number":"310-264-0218","email_id":"Macie.Kulas@hotmail.com","dop":"2025-04-06","serial_number":"15329940985472080","imei1":"15329940985472080","imei2":"15329940985472080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135670,"job_number":"JOB_135670","tr_customer_id":135687,"tr_customer_product_id":135677,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:50.000Z","modified_at":"2025-12-23T06:26:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14963975396648","imei1":"14963975396648","imei2":"14963975396648","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135669,"job_number":"JOB_135669","tr_customer_id":135686,"tr_customer_product_id":135676,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:08.000Z","modified_at":"2025-12-23T06:26:08.000Z","name":"Taryn Spinka","mobile_number":"854-674-5658","email_id":"Gayle_Olson@gmail.com","dop":"2025-04-06","serial_number":"17312372087374530","imei1":"17312372087374530","imei2":"17312372087374530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135667,"job_number":"JOB_135667","tr_customer_id":135684,"tr_customer_product_id":135674,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17079728301532","imei1":"17079728301532","imei2":"17079728301532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:26:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135665,"job_number":"JOB_135665","tr_customer_id":135682,"tr_customer_product_id":135672,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:16.000Z","name":"Adalberto Heaney","mobile_number":"276-558-8789","email_id":"Garth.Dooley19@yahoo.com","dop":"2025-09-08","serial_number":"287740960263430","imei1":"287740960263430","imei2":"287740960263430","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135663,"job_number":"JOB_135663","tr_customer_id":135680,"tr_customer_product_id":135670,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:09.000Z","name":"Sydney Toy","mobile_number":"379-542-2182","email_id":"Everette.Langosh82@yahoo.com","dop":"2025-09-08","serial_number":"539363909133286","imei1":"539363909133286","imei2":"539363909133286","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135661,"job_number":"JOB_135661","tr_customer_id":135678,"tr_customer_product_id":135668,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:02.000Z","name":"Gino Reichel","mobile_number":"706-404-9236","email_id":"Ford82@hotmail.com","dop":"2025-09-08","serial_number":"190386155824566","imei1":"190386155824566","imei2":"190386155824566","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:25:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135658,"job_number":"JOB_135658","tr_customer_id":135675,"tr_customer_product_id":135665,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:27.000Z","name":"Kurtis Shields","mobile_number":"362-620-7442","email_id":"Jaren.Cummerata35@gmail.com","dop":"2025-09-08","serial_number":"805865387071983","imei1":"805865387071983","imei2":"805865387071983","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135656,"job_number":"JOB_135656","tr_customer_id":135673,"tr_customer_product_id":135663,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:20.000Z","modified_at":"2025-12-23T06:22:20.000Z","name":"Lamont Predovic","mobile_number":"538-888-3717","email_id":"Vivienne66@gmail.com","dop":"2025-09-08","serial_number":"515961053338464","imei1":"515961053338464","imei2":"515961053338464","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135655,"job_number":"JOB_135655","tr_customer_id":135672,"tr_customer_product_id":135662,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"10310994310059","imei1":"10310994310059","imei2":"10310994310059","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135654,"job_number":"JOB_135654","tr_customer_id":135671,"tr_customer_product_id":135661,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:16.000Z","modified_at":"2025-12-23T06:22:16.000Z","name":"Ibrahim Grady","mobile_number":"348-926-3166","email_id":"Bernadine.Gerlach49@gmail.com","dop":"2025-06-18","serial_number":"1047912281552517","imei1":"1047912281552517","imei2":"1047912281552517","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135652,"job_number":"JOB_135652","tr_customer_id":135669,"tr_customer_product_id":135659,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10673065980721","imei1":"10673065980721","imei2":"10673065980721","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135650,"job_number":"JOB_135650","tr_customer_id":135667,"tr_customer_product_id":135657,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:14.000Z","name":"Lempi Mann","mobile_number":"925-333-7962","email_id":"Elna8@yahoo.com","dop":"2025-09-08","serial_number":"404419680797449","imei1":"404419680797449","imei2":"404419680797449","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:22:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135649,"job_number":"JOB_135649","tr_customer_id":135666,"tr_customer_product_id":135656,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:35.000Z","modified_at":"2025-12-23T06:21:35.000Z","name":"Vesta Predovic","mobile_number":"771-346-4581","email_id":"Ewald55@yahoo.com","dop":"2025-06-18","serial_number":"1017388923645761","imei1":"1017388923645761","imei2":"1017388923645761","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135647,"job_number":"JOB_135647","tr_customer_id":135664,"tr_customer_product_id":135654,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:21:34.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10607786955384","imei1":"10607786955384","imei2":"10607786955384","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135643,"job_number":"JOB_135643","tr_customer_id":135660,"tr_customer_product_id":135650,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:50.000Z","modified_at":"2025-12-23T06:18:50.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13344416225591","imei1":"13344416225591","imei2":"13344416225591","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135636,"job_number":"JOB_135636","tr_customer_id":135653,"tr_customer_product_id":135643,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:17:44.000Z","modified_at":"2025-12-23T06:17:44.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14153828748429","imei1":"14153828748429","imei2":"14153828748429","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135633,"job_number":"JOB_135633","tr_customer_id":135650,"tr_customer_product_id":135640,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:06.000Z","modified_at":"2025-12-23T06:16:06.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"15779103999586","imei1":"15779103999586","imei2":"15779103999586","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135632,"job_number":"JOB_135632","tr_customer_id":135649,"tr_customer_product_id":135639,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"Alfreda Davis","mobile_number":"505-245-2373","email_id":"Jeanette30@hotmail.com","dop":"2025-09-16","serial_number":"14518283391169","imei1":"14518283391169","imei2":"14518283391169","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135631,"job_number":"JOB_135631","tr_customer_id":135648,"tr_customer_product_id":135638,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:01.000Z","modified_at":"2025-12-23T06:16:01.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12403428117963","imei1":"12403428117963","imei2":"12403428117963","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135628,"job_number":"JOB_135628","tr_customer_id":135645,"tr_customer_product_id":135635,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:42.000Z","modified_at":"2025-12-23T06:15:42.000Z","name":"Jude Schroeder","mobile_number":"912-893-0066","email_id":"Houston61@yahoo.com","dop":"2025-09-16","serial_number":"17583860564403","imei1":"17583860564403","imei2":"17583860564403","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135627,"job_number":"JOB_135627","tr_customer_id":135644,"tr_customer_product_id":135634,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:41.000Z","modified_at":"2025-12-23T06:15:41.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"11991320645325","imei1":"11991320645325","imei2":"11991320645325","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135626,"job_number":"JOB_135626","tr_customer_id":135643,"tr_customer_product_id":135633,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:40.000Z","modified_at":"2025-12-23T06:15:40.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"16666108621826","imei1":"16666108621826","imei2":"16666108621826","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135625,"job_number":"JOB_135625","tr_customer_id":135642,"tr_customer_product_id":135632,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:22.000Z","modified_at":"2025-12-23T06:15:22.000Z","name":"Devante Lemke","mobile_number":"533-577-2787","email_id":"Carlo.Hayes@yahoo.com","dop":"2025-09-16","serial_number":"17907330244309","imei1":"17907330244309","imei2":"17907330244309","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135624,"job_number":"JOB_135624","tr_customer_id":135641,"tr_customer_product_id":135631,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:21.000Z","modified_at":"2025-12-23T06:15:21.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"14658030943518","imei1":"14658030943518","imei2":"14658030943518","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:15:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135623,"job_number":"JOB_135623","tr_customer_id":135640,"tr_customer_product_id":135630,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:14:11.000Z","modified_at":"2025-12-23T06:14:11.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18579130504464","imei1":"18579130504464","imei2":"18579130504464","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:14:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135622,"job_number":"JOB_135622","tr_customer_id":135639,"tr_customer_product_id":135629,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:04:14.000Z","modified_at":"2025-12-23T06:04:14.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13129391458814","imei1":"13129391458814","imei2":"13129391458814","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:04:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135621,"job_number":"JOB_135621","tr_customer_id":135638,"tr_customer_product_id":135628,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:02:38.000Z","modified_at":"2025-12-23T06:02:38.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18005550352480","imei1":"18005550352480","imei2":"18005550352480","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:02:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135620,"job_number":"JOB_135620","tr_customer_id":135637,"tr_customer_product_id":135627,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:01:47.000Z","modified_at":"2025-12-23T06:01:47.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"13751251258716","imei1":"13751251258716","imei2":"13751251258716","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:01:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135619,"job_number":"JOB_135619","tr_customer_id":135636,"tr_customer_product_id":135626,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:00:02.000Z","modified_at":"2025-12-23T06:00:02.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"11683118134039","imei1":"11683118134039","imei2":"11683118134039","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:00:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135618,"job_number":"JOB_135618","tr_customer_id":135635,"tr_customer_product_id":135625,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:53:09.000Z","modified_at":"2025-12-23T05:53:09.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591219977827","imei1":"90591219977827","imei2":"90591219977827","popurl":"2025-12-13T05:53:11.105837800Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:53:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135617,"job_number":"JOB_135617","tr_customer_id":135634,"tr_customer_product_id":135624,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:44:20.000Z","modified_at":"2025-12-23T05:44:20.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591217777827","imei1":"90591217777827","imei2":"90591217777827","popurl":"2025-12-13T05:44:21.343326200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:44:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135616,"job_number":"JOB_135616","tr_customer_id":135633,"tr_customer_product_id":135623,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:27.000Z","modified_at":"2025-12-23T05:43:27.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"18981686149083","imei1":"18981686149083","imei2":"18981686149083","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135615,"job_number":"JOB_135615","tr_customer_id":135632,"tr_customer_product_id":135622,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:43:21.000Z","modified_at":"2025-12-23T05:43:21.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14820705991393","imei1":"14820705991393","imei2":"14820705991393","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:43:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135614,"job_number":"JOB_135614","tr_customer_id":135631,"tr_customer_product_id":135621,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:40:22.000Z","modified_at":"2025-12-23T05:40:22.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17189153717555","imei1":"17189153717555","imei2":"17189153717555","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:40:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135613,"job_number":"JOB_135613","tr_customer_id":135630,"tr_customer_product_id":135620,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:39:42.000Z","modified_at":"2025-12-23T05:39:42.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"17799188070833","imei1":"17799188070833","imei2":"17799188070833","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:39:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135610,"job_number":"JOB_135610","tr_customer_id":135627,"tr_customer_product_id":135617,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:51.000Z","modified_at":"2025-12-23T04:54:51.000Z","name":"Johathan Kshlerin","mobile_number":"594-701-8966","email_id":"Raheem0@gmail.com","dop":"2025-04-06","serial_number":"12141644886700508","imei1":"12141644886700508","imei2":"12141644886700508","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:54:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135608,"job_number":"JOB_135608","tr_customer_id":135625,"tr_customer_product_id":135615,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:04.000Z","modified_at":"2025-12-23T04:42:04.000Z","name":"Arielle Kilback","mobile_number":"482-849-7191","email_id":"Lavina73@hotmail.com","dop":"2025-04-06","serial_number":"18958909982109520","imei1":"18958909982109520","imei2":"18958909982109520","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:42:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135605,"job_number":"JOB_135605","tr_customer_id":135622,"tr_customer_product_id":135612,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:41:56.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103928469462638","imei1":"103928469462638","imei2":"103928469462638","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135603,"job_number":"JOB_135603","tr_customer_id":135620,"tr_customer_product_id":135610,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:42.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"101933150349344","imei1":"101933150349344","imei2":"101933150349344","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:41:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135601,"job_number":"JOB_135601","tr_customer_id":135618,"tr_customer_product_id":135608,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:35:18.000Z","modified_at":"2025-12-23T04:35:18.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"46798519551246","imei1":"46798519551246","imei2":"46798519551246","popurl":"2025-12-13T04:35:17.704467684Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:35:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135600,"job_number":"JOB_135600","tr_customer_id":135617,"tr_customer_product_id":135607,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:34:47.000Z","modified_at":"2025-12-23T04:34:47.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2025-12-13","serial_number":"29330772215219","imei1":"29330772215219","imei2":"29330772215219","popurl":"2025-12-13T04:34:46.353084652Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:34:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135599,"job_number":"JOB_135599","tr_customer_id":135616,"tr_customer_product_id":135606,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:47.000Z","modified_at":"2025-12-23T04:32:47.000Z","name":"Roscoe Harris","mobile_number":"562-536-1424","email_id":"Cynthia_Quitzon41@hotmail.com","dop":"2025-10-12","serial_number":"1008049000206615","imei1":"1008049000206615","imei2":"1008049000206615","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135597,"job_number":"JOB_135597","tr_customer_id":135614,"tr_customer_product_id":135604,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:45.000Z","name":"charan S","mobile_number":"8050948858","email_id":"yatis@gmail.com","dop":"2025-10-12","serial_number":"15357247379979","imei1":"15357247379979","imei2":"15357247379979","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135596,"job_number":"JOB_135596","tr_customer_id":135613,"tr_customer_product_id":135603,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:32.000Z","modified_at":"2025-12-23T04:32:32.000Z","name":"Vivien Corkery","mobile_number":"453-649-2934","email_id":"Isabella28@yahoo.com","dop":"2025-10-12","serial_number":"1000133331280233","imei1":"1000133331280233","imei2":"1000133331280233","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135594,"job_number":"JOB_135594","tr_customer_id":135611,"tr_customer_product_id":135601,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:30.000Z","modified_at":"2025-12-23T04:32:30.000Z","name":"Akshar KS","mobile_number":"8050948857","email_id":"yati@gmail.com","dop":"2025-10-12","serial_number":"16586172098270","imei1":"16586172098270","imei2":"16586172098270","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135593,"job_number":"JOB_135593","tr_customer_id":135610,"tr_customer_product_id":135600,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:17.000Z","modified_at":"2025-12-23T04:32:17.000Z","name":"Roberto Dare","mobile_number":"896-667-6242","email_id":"Irma_Cassin8@gmail.com","dop":"2025-10-12","serial_number":"1006189070686852","imei1":"1006189070686852","imei2":"1006189070686852","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135591,"job_number":"JOB_135591","tr_customer_id":135608,"tr_customer_product_id":135598,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:16.000Z","name":"Yatish S","mobile_number":"8050948856","email_id":"yat@gmail.com","dop":"2025-10-12","serial_number":"12497065251097","imei1":"12497065251097","imei2":"12497065251097","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:32:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135589,"job_number":"JOB_135589","tr_customer_id":135606,"tr_customer_product_id":135596,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:26:01.000Z","modified_at":"2025-12-23T04:26:01.000Z","name":"Casandra Emard","mobile_number":"311-299-8038","email_id":"Dane.Quitzon12@yahoo.com","dop":"2025-04-06","serial_number":"16144503389963952","imei1":"16144503389963952","imei2":"16144503389963952","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135585,"job_number":"JOB_135585","tr_customer_id":135602,"tr_customer_product_id":135592,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"85706730246262","imei1":"85706730246262","imei2":"85706730246262","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135584,"job_number":"JOB_135584","tr_customer_id":135601,"tr_customer_product_id":135591,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:13.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"51481700052197","imei1":"51481700052197","imei2":"51481700052197","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135583,"job_number":"JOB_135583","tr_customer_id":135600,"tr_customer_product_id":135590,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"38490903685478","imei1":"38490903685478","imei2":"38490903685478","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135582,"job_number":"JOB_135582","tr_customer_id":135599,"tr_customer_product_id":135589,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81674770162294","imei1":"81674770162294","imei2":"81674770162294","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135581,"job_number":"JOB_135581","tr_customer_id":135598,"tr_customer_product_id":135588,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:12.000Z","modified_at":"2025-12-23T03:58:12.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"59308220224138","imei1":"59308220224138","imei2":"59308220224138","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135580,"job_number":"JOB_135580","tr_customer_id":135597,"tr_customer_product_id":135587,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:11.000Z","modified_at":"2025-12-23T03:58:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84663162989188","imei1":"84663162989188","imei2":"84663162989188","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135578,"job_number":"JOB_135578","tr_customer_id":135595,"tr_customer_product_id":135585,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"86125608885103","imei1":"86125608885103","imei2":"86125608885103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135577,"job_number":"JOB_135577","tr_customer_id":135594,"tr_customer_product_id":135584,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54039000222023","imei1":"54039000222023","imei2":"54039000222023","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135576,"job_number":"JOB_135576","tr_customer_id":135593,"tr_customer_product_id":135583,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:40.000Z","modified_at":"2025-12-23T03:57:40.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84818191653338","imei1":"84818191653338","imei2":"84818191653338","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135575,"job_number":"JOB_135575","tr_customer_id":135592,"tr_customer_product_id":135582,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"45224189174782","imei1":"45224189174782","imei2":"45224189174782","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135574,"job_number":"JOB_135574","tr_customer_id":135591,"tr_customer_product_id":135581,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"95778816537256","imei1":"95778816537256","imei2":"95778816537256","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135573,"job_number":"JOB_135573","tr_customer_id":135590,"tr_customer_product_id":135580,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:39.000Z","modified_at":"2025-12-23T03:57:39.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"91881324184948","imei1":"91881324184948","imei2":"91881324184948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135570,"job_number":"JOB_135570","tr_customer_id":135587,"tr_customer_product_id":135577,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"69534029278424","imei1":"69534029278424","imei2":"69534029278424","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135569,"job_number":"JOB_135569","tr_customer_id":135586,"tr_customer_product_id":135576,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"50193828532168","imei1":"50193828532168","imei2":"50193828532168","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135568,"job_number":"JOB_135568","tr_customer_id":135585,"tr_customer_product_id":135575,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:07.000Z","modified_at":"2025-12-23T03:57:07.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"27468668949948","imei1":"27468668949948","imei2":"27468668949948","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135567,"job_number":"JOB_135567","tr_customer_id":135584,"tr_customer_product_id":135574,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"71467180246644","imei1":"71467180246644","imei2":"71467180246644","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135566,"job_number":"JOB_135566","tr_customer_id":135583,"tr_customer_product_id":135573,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"65559198869447","imei1":"65559198869447","imei2":"65559198869447","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135565,"job_number":"JOB_135565","tr_customer_id":135582,"tr_customer_product_id":135572,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:06.000Z","modified_at":"2025-12-23T03:57:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"82457219742741","imei1":"82457219742741","imei2":"82457219742741","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:57:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135562,"job_number":"JOB_135562","tr_customer_id":135579,"tr_customer_product_id":135569,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:16.000Z","name":"Yuvan r","mobile_number":"9013902859","email_id":"Yuvan@Yuvan.com","dop":"2025-04-06","serial_number":"12860763968367","imei1":"12860763968367","imei2":"12860763968367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135560,"job_number":"JOB_135560","tr_customer_id":135577,"tr_customer_product_id":135567,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:02.000Z","modified_at":"2025-12-23T03:56:02.000Z","name":"kanna t","mobile_number":"9013902854","email_id":"kanna@kanna.com","dop":"2025-04-06","serial_number":"15515942780903","imei1":"15515942780903","imei2":"15515942780903","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:56:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135558,"job_number":"JOB_135558","tr_customer_id":135575,"tr_customer_product_id":135565,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:55:48.000Z","name":"rajesh k","mobile_number":"9013902857","email_id":"rajes@raj.com","dop":"2025-04-06","serial_number":"17341394078207","imei1":"17341394078207","imei2":"17341394078207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:55:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135557,"job_number":"JOB_135557","tr_customer_id":135574,"tr_customer_product_id":135564,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:36.000Z","modified_at":"2025-12-23T03:51:36.000Z","name":"Misael Steuber","mobile_number":"293-703-6596","email_id":"Gisselle_Ebert62@yahoo.com","dop":"2025-04-06","serial_number":"16230474314662198","imei1":"16230474314662198","imei2":"16230474314662198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:51:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135554,"job_number":"JOB_135554","tr_customer_id":135571,"tr_customer_product_id":135561,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:46.000Z","modified_at":"2025-12-23T03:49:46.000Z","name":"Enrico Shanahan","mobile_number":"755-626-2241","email_id":"Angela.Mosciski90@hotmail.com","dop":"2025-04-06","serial_number":"11938700936288996","imei1":"11938700936288996","imei2":"11938700936288996","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135550,"job_number":"JOB_135550","tr_customer_id":135567,"tr_customer_product_id":135557,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:49:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11180466387729","imei1":"11180466387729","imei2":"11180466387729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135549,"job_number":"JOB_135549","tr_customer_id":135566,"tr_customer_product_id":135556,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:38.000Z","modified_at":"2025-12-23T03:49:38.000Z","name":"Pansy Heaney","mobile_number":"822-490-6483","email_id":"Dalton88@gmail.com","dop":"2025-04-06","serial_number":"18198576336795840","imei1":"18198576336795840","imei2":"18198576336795840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135547,"job_number":"JOB_135547","tr_customer_id":135564,"tr_customer_product_id":135554,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13076022032142","imei1":"13076022032142","imei2":"13076022032142","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135546,"job_number":"JOB_135546","tr_customer_id":135563,"tr_customer_product_id":135553,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:23.000Z","modified_at":"2025-12-23T03:49:23.000Z","name":"Cicero Bauch","mobile_number":"364-251-0865","email_id":"Lydia12@gmail.com","dop":"2025-04-06","serial_number":"17310817500935132","imei1":"17310817500935132","imei2":"17310817500935132","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135544,"job_number":"JOB_135544","tr_customer_id":135561,"tr_customer_product_id":135551,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:49:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409204073881","imei1":"10409204073881","imei2":"10409204073881","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135540,"job_number":"JOB_135540","tr_customer_id":135557,"tr_customer_product_id":135547,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:05.000Z","modified_at":"2025-12-23T03:49:05.000Z","name":"Lyla Lockman","mobile_number":"533-765-0149","email_id":"Delphine_Emard@gmail.com","dop":"2025-04-06","serial_number":"13020340834650426","imei1":"13020340834650426","imei2":"13020340834650426","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135538,"job_number":"JOB_135538","tr_customer_id":135555,"tr_customer_product_id":135545,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18573356822234","imei1":"18573356822234","imei2":"18573356822234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135537,"job_number":"JOB_135537","tr_customer_id":135554,"tr_customer_product_id":135544,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:03.000Z","modified_at":"2025-12-23T03:49:03.000Z","name":"Lucius Smith","mobile_number":"334-243-1157","email_id":"Nikita.Swaniawski12@yahoo.com","dop":"2025-04-06","serial_number":"17030062515384180","imei1":"17030062515384180","imei2":"17030062515384180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135535,"job_number":"JOB_135535","tr_customer_id":135552,"tr_customer_product_id":135542,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16106875989249","imei1":"16106875989249","imei2":"16106875989249","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135528,"job_number":"JOB_135528","tr_customer_id":135545,"tr_customer_product_id":135535,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:52.000Z","modified_at":"2025-12-23T03:48:52.000Z","name":"Linda Ledner","mobile_number":"639-378-7406","email_id":"Chet10@gmail.com","dop":"2025-04-06","serial_number":"10366842539632102","imei1":"10366842539632102","imei2":"10366842539632102","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135526,"job_number":"JOB_135526","tr_customer_id":135543,"tr_customer_product_id":135533,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"Pasquale Heathcote","mobile_number":"757-939-4225","email_id":"Alexanne.Jaskolski77@hotmail.com","dop":"2025-04-06","serial_number":"10584372841785672","imei1":"10584372841785672","imei2":"10584372841785672","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135525,"job_number":"JOB_135525","tr_customer_id":135542,"tr_customer_product_id":135532,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:48:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19740754439404","imei1":"19740754439404","imei2":"19740754439404","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135523,"job_number":"JOB_135523","tr_customer_id":135540,"tr_customer_product_id":135530,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:48.000Z","modified_at":"2025-12-23T03:48:48.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19583658586378","imei1":"19583658586378","imei2":"19583658586378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135521,"job_number":"JOB_135521","tr_customer_id":135538,"tr_customer_product_id":135528,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:39.000Z","modified_at":"2025-12-23T03:48:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17665745083548","imei1":"17665745083548","imei2":"17665745083548","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135517,"job_number":"JOB_135517","tr_customer_id":135534,"tr_customer_product_id":135524,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:36.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Kim Lebsack","mobile_number":"372-427-6096","email_id":"Constantin.Wehner89@yahoo.com","dop":"2025-04-06","serial_number":"11593020670712276","imei1":"11593020670712276","imei2":"11593020670712276","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135515,"job_number":"JOB_135515","tr_customer_id":135532,"tr_customer_product_id":135522,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:34.000Z","modified_at":"2025-12-23T03:48:34.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17532691222766","imei1":"17532691222766","imei2":"17532691222766","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135513,"job_number":"JOB_135513","tr_customer_id":135530,"tr_customer_product_id":135520,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:24.000Z","modified_at":"2025-12-23T03:48:24.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19079562411821","imei1":"19079562411821","imei2":"19079562411821","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135512,"job_number":"JOB_135512","tr_customer_id":135529,"tr_customer_product_id":135519,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Mortimer Dooley","mobile_number":"354-540-3951","email_id":"Erwin50@gmail.com","dop":"2025-04-06","serial_number":"16345378050680012","imei1":"16345378050680012","imei2":"16345378050680012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135511,"job_number":"JOB_135511","tr_customer_id":135528,"tr_customer_product_id":135518,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:21.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Damian Harvey","mobile_number":"859-320-4835","email_id":"Hellen.Prohaska36@hotmail.com","dop":"2025-04-06","serial_number":"13024716965449680","imei1":"13024716965449680","imei2":"13024716965449680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135508,"job_number":"JOB_135508","tr_customer_id":135525,"tr_customer_product_id":135515,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18799503741334","imei1":"18799503741334","imei2":"18799503741334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135507,"job_number":"JOB_135507","tr_customer_id":135524,"tr_customer_product_id":135514,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:19.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15280987769270","imei1":"15280987769270","imei2":"15280987769270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135506,"job_number":"JOB_135506","tr_customer_id":135523,"tr_customer_product_id":135513,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:18.000Z","modified_at":"2025-12-23T03:48:18.000Z","name":"Angelo Krajcik","mobile_number":"762-704-8035","email_id":"Rhiannon73@gmail.com","dop":"2025-04-06","serial_number":"11561721659891630","imei1":"11561721659891630","imei2":"11561721659891630","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135504,"job_number":"JOB_135504","tr_customer_id":135521,"tr_customer_product_id":135511,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:17.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12024351938513","imei1":"12024351938513","imei2":"12024351938513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135500,"job_number":"JOB_135500","tr_customer_id":135517,"tr_customer_product_id":135507,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:12.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Muhammad Walker","mobile_number":"339-782-5850","email_id":"Elmer99@gmail.com","dop":"2025-04-06","serial_number":"18260415086331524","imei1":"18260415086331524","imei2":"18260415086331524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135498,"job_number":"JOB_135498","tr_customer_id":135515,"tr_customer_product_id":135505,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19269565399061","imei1":"19269565399061","imei2":"19269565399061","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135496,"job_number":"JOB_135496","tr_customer_id":135513,"tr_customer_product_id":135503,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:10.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14345002745372","imei1":"14345002745372","imei2":"14345002745372","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135495,"job_number":"JOB_135495","tr_customer_id":135512,"tr_customer_product_id":135502,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:06.000Z","modified_at":"2025-12-23T03:48:06.000Z","name":"Ivory Kohler","mobile_number":"907-359-0490","email_id":"Brain_Jaskolski@yahoo.com","dop":"2025-04-06","serial_number":"16608641945553986","imei1":"16608641945553986","imei2":"16608641945553986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135493,"job_number":"JOB_135493","tr_customer_id":135510,"tr_customer_product_id":135500,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Francisca Windler","mobile_number":"773-994-0934","email_id":"Murl_Rodriguez17@hotmail.com","dop":"2025-04-06","serial_number":"16029395410835140","imei1":"16029395410835140","imei2":"16029395410835140","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135492,"job_number":"JOB_135492","tr_customer_id":135509,"tr_customer_product_id":135499,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19229882460199","imei1":"19229882460199","imei2":"19229882460199","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135490,"job_number":"JOB_135490","tr_customer_id":135507,"tr_customer_product_id":135497,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"18054481118578","imei1":"18054481118578","imei2":"18054481118578","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135482,"job_number":"JOB_135482","tr_customer_id":135499,"tr_customer_product_id":135489,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Euna Oberbrunner","mobile_number":"568-325-9975","email_id":"Genevieve_Homenick@hotmail.com","dop":"2025-09-16","serial_number":"19567866270282","imei1":"19567866270282","imei2":"19567866270282","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135480,"job_number":"JOB_135480","tr_customer_id":135497,"tr_customer_product_id":135487,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"Gussie Considine","mobile_number":"586-493-6814","email_id":"Rose_Wolff@gmail.com","dop":"2025-04-06","serial_number":"16709319900553640","imei1":"16709319900553640","imei2":"16709319900553640","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135479,"job_number":"JOB_135479","tr_customer_id":135496,"tr_customer_product_id":135486,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"13105646324672","imei1":"13105646324672","imei2":"13105646324672","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135477,"job_number":"JOB_135477","tr_customer_id":135494,"tr_customer_product_id":135484,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:48.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13774384256610","imei1":"13774384256610","imei2":"13774384256610","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135473,"job_number":"JOB_135473","tr_customer_id":135490,"tr_customer_product_id":135480,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:36.000Z","modified_at":"2025-12-23T03:47:36.000Z","name":"Fletcher Beatty","mobile_number":"965-790-2854","email_id":"Stone.Ortiz@gmail.com","dop":"2025-04-06","serial_number":"13353617530884108","imei1":"13353617530884108","imei2":"13353617530884108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135472,"job_number":"JOB_135472","tr_customer_id":135489,"tr_customer_product_id":135479,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Marlee Schneider","mobile_number":"743-300-2966","email_id":"Vicky_Hoeger93@hotmail.com","dop":"2025-04-06","serial_number":"14255493276682402","imei1":"14255493276682402","imei2":"14255493276682402","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135470,"job_number":"JOB_135470","tr_customer_id":135487,"tr_customer_product_id":135477,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:47:35.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"18014561116149","imei1":"18014561116149","imei2":"18014561116149","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135468,"job_number":"JOB_135468","tr_customer_id":135485,"tr_customer_product_id":135475,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17398574384388","imei1":"17398574384388","imei2":"17398574384388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135467,"job_number":"JOB_135467","tr_customer_id":135484,"tr_customer_product_id":135474,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:33.000Z","modified_at":"2025-12-23T03:47:33.000Z","name":"Cyrus Bailey","mobile_number":"637-743-5896","email_id":"Clara64@hotmail.com","dop":"2025-09-16","serial_number":"18392666798742","imei1":"18392666798742","imei2":"18392666798742","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135466,"job_number":"JOB_135466","tr_customer_id":135483,"tr_customer_product_id":135473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Jaqueline Bogisich","mobile_number":"249-232-9058","email_id":"Aric_Feeney@yahoo.com","dop":"2025-04-06","serial_number":"13438257184220036","imei1":"13438257184220036","imei2":"13438257184220036","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135465,"job_number":"JOB_135465","tr_customer_id":135482,"tr_customer_product_id":135472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"14605870585874","imei1":"14605870585874","imei2":"14605870585874","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135464,"job_number":"JOB_135464","tr_customer_id":135481,"tr_customer_product_id":135471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:32.000Z","modified_at":"2025-12-23T03:47:32.000Z","name":"Katherine Donnelly","mobile_number":"622-322-5106","email_id":"Victoria.Fritsch59@yahoo.com","dop":"2025-04-06","serial_number":"18526610575291004","imei1":"18526610575291004","imei2":"18526610575291004","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135462,"job_number":"JOB_135462","tr_customer_id":135479,"tr_customer_product_id":135469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:47:31.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11194613848762","imei1":"11194613848762","imei2":"11194613848762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135460,"job_number":"JOB_135460","tr_customer_id":135477,"tr_customer_product_id":135467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:47:30.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14168857846783","imei1":"14168857846783","imei2":"14168857846783","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135456,"job_number":"JOB_135456","tr_customer_id":135473,"tr_customer_product_id":135463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Vladimir West","mobile_number":"436-856-1669","email_id":"Julien_Kris45@yahoo.com","dop":"2025-06-18","serial_number":"1068810719377770","imei1":"1068810719377770","imei2":"1068810719377770","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135454,"job_number":"JOB_135454","tr_customer_id":135471,"tr_customer_product_id":135461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:25.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10547067883861","imei1":"10547067883861","imei2":"10547067883861","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135452,"job_number":"JOB_135452","tr_customer_id":135469,"tr_customer_product_id":135459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Gino Reichel","mobile_number":"825-265-4993","email_id":"Marcos_Keeling@hotmail.com","dop":"2025-04-06","serial_number":"13039572783853292","imei1":"13039572783853292","imei2":"13039572783853292","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135450,"job_number":"JOB_135450","tr_customer_id":135467,"tr_customer_product_id":135457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:17.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"16468668341892","imei1":"16468668341892","imei2":"16468668341892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135449,"job_number":"JOB_135449","tr_customer_id":135466,"tr_customer_product_id":135456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"Leonardo Gibson","mobile_number":"981-683-5867","email_id":"Frederick_Keeling44@hotmail.com","dop":"2025-09-16","serial_number":"12113916941083","imei1":"12113916941083","imei2":"12113916941083","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135448,"job_number":"JOB_135448","tr_customer_id":135465,"tr_customer_product_id":135455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:15.000Z","modified_at":"2025-12-23T03:47:15.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"12393854687071","imei1":"12393854687071","imei2":"12393854687071","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135447,"job_number":"JOB_135447","tr_customer_id":135464,"tr_customer_product_id":135454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:13.000Z","modified_at":"2025-12-23T03:47:13.000Z","name":"Viviane Koepp","mobile_number":"401-526-6856","email_id":"Leanne_Pfeffer88@yahoo.com","dop":"2025-04-06","serial_number":"18060002780423984","imei1":"18060002780423984","imei2":"18060002780423984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135444,"job_number":"JOB_135444","tr_customer_id":135461,"tr_customer_product_id":135451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:54.000Z","modified_at":"2025-12-23T03:46:54.000Z","name":"D'angelo Runolfsdottir","mobile_number":"701-471-9450","email_id":"Lydia_Runte@hotmail.com","dop":"2025-11-30","serial_number":"725160038518230","imei1":"725160038518230","imei2":"725160038518230","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135443,"job_number":"JOB_135443","tr_customer_id":135460,"tr_customer_product_id":135450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Mozelle Schoen","mobile_number":"626-381-1571","email_id":"Mariana66@hotmail.com","dop":"2025-11-30","serial_number":"10934380630298","imei1":"10934380630298","imei2":"10934380630298","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135442,"job_number":"JOB_135442","tr_customer_id":135459,"tr_customer_product_id":135449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:53.000Z","modified_at":"2025-12-23T03:46:53.000Z","name":"Ivah Stark","mobile_number":"795-388-4485","email_id":"Monty.Boyle@hotmail.com","dop":"2025-04-06","serial_number":"18005334094744580","imei1":"18005334094744580","imei2":"18005334094744580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135440,"job_number":"JOB_135440","tr_customer_id":135457,"tr_customer_product_id":135447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Gautam Kumar","mobile_number":"8285815215","email_id":"ujjawal@gmail.com","dop":"2025-11-30","serial_number":"14779340689727","imei1":"14779340689727","imei2":"14779340689727","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135439,"job_number":"JOB_135439","tr_customer_id":135456,"tr_customer_product_id":135446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"Amya Emmerich","mobile_number":"606-838-2691","email_id":"Flo.Collins67@yahoo.com","dop":"2025-04-06","serial_number":"14089392711671916","imei1":"14089392711671916","imei2":"14089392711671916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135437,"job_number":"JOB_135437","tr_customer_id":135454,"tr_customer_product_id":135444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:46:52.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12499143528145","imei1":"12499143528145","imei2":"12499143528145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135436,"job_number":"JOB_135436","tr_customer_id":135453,"tr_customer_product_id":135443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:46:51.000Z","name":"Brigitte Wyman","mobile_number":"201-959-6938","email_id":"Lucius.Lynch@yahoo.com","dop":"2025-04-06","serial_number":"12509651160604064","imei1":"12509651160604064","imei2":"12509651160604064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135433,"job_number":"JOB_135433","tr_customer_id":135450,"tr_customer_product_id":135440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"10513276419555","imei1":"10513276419555","imei2":"10513276419555","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135432,"job_number":"JOB_135432","tr_customer_id":135449,"tr_customer_product_id":135439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:46:50.000Z","name":"Michelle Strosin","mobile_number":"573-391-5084","email_id":"Yasmeen.Bosco@yahoo.com","dop":"2025-04-06","serial_number":"18332751412215336","imei1":"18332751412215336","imei2":"18332751412215336","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135430,"job_number":"JOB_135430","tr_customer_id":135447,"tr_customer_product_id":135437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17559231607802","imei1":"17559231607802","imei2":"17559231607802","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135428,"job_number":"JOB_135428","tr_customer_id":135445,"tr_customer_product_id":135435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11686892785956","imei1":"11686892785956","imei2":"11686892785956","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135427,"job_number":"JOB_135427","tr_customer_id":135444,"tr_customer_product_id":135434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:42.000Z","modified_at":"2025-12-23T03:46:42.000Z","name":"Brannon Schimmel","mobile_number":"536-956-3043","email_id":"Forrest_Koepp@yahoo.com","dop":"2025-06-18","serial_number":"1039306524795511","imei1":"1039306524795511","imei2":"1039306524795511","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135425,"job_number":"JOB_135425","tr_customer_id":135442,"tr_customer_product_id":135432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:46:41.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10562072229068","imei1":"10562072229068","imei2":"10562072229068","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135424,"job_number":"JOB_135424","tr_customer_id":135441,"tr_customer_product_id":135431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:38.000Z","modified_at":"2025-12-23T03:46:38.000Z","name":"Ryder Ziemann","mobile_number":"528-244-6436","email_id":"Reuben63@hotmail.com","dop":"2025-11-30","serial_number":"358686678808891","imei1":"358686678808891","imei2":"358686678808891","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135423,"job_number":"JOB_135423","tr_customer_id":135440,"tr_customer_product_id":135430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:37.000Z","name":"Presley Konopelski","mobile_number":"824-697-8046","email_id":"Veda96@gmail.com","dop":"2025-11-30","serial_number":"14532820765959","imei1":"14532820765959","imei2":"14532820765959","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135421,"job_number":"JOB_135421","tr_customer_id":135438,"tr_customer_product_id":135428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:36.000Z","modified_at":"2025-12-23T03:46:36.000Z","name":"Ujjawal Kumar","mobile_number":"8285815214","email_id":"gautam@gmail.com","dop":"2025-11-30","serial_number":"15961772739303","imei1":"15961772739303","imei2":"15961772739303","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135419,"job_number":"JOB_135419","tr_customer_id":135436,"tr_customer_product_id":135426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16863679276567","imei1":"16863679276567","imei2":"16863679276567","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135418,"job_number":"JOB_135418","tr_customer_id":135435,"tr_customer_product_id":135425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:28.000Z","modified_at":"2025-12-23T03:46:28.000Z","name":"Marjory Hessel","mobile_number":"335-754-8282","email_id":"Felicity.Dicki@gmail.com","dop":"2025-04-06","serial_number":"11033840499023926","imei1":"11033840499023926","imei2":"11033840499023926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135417,"job_number":"JOB_135417","tr_customer_id":135434,"tr_customer_product_id":135424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:46:27.000Z","name":"Lauryn Trantow","mobile_number":"484-361-6711","email_id":"Hector_Reinger53@yahoo.com","dop":"2025-04-06","serial_number":"13797620600425","imei1":"13797620600425","imei2":"13797620600425","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135415,"job_number":"JOB_135415","tr_customer_id":135432,"tr_customer_product_id":135422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Alize Ruecker","mobile_number":"263-901-0596","email_id":"Nichole80@hotmail.com","dop":"2025-11-30","serial_number":"436436338649315","imei1":"436436338649315","imei2":"436436338649315","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135414,"job_number":"JOB_135414","tr_customer_id":135431,"tr_customer_product_id":135421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:22.000Z","modified_at":"2025-12-23T03:46:22.000Z","name":"Elian Homenick","mobile_number":"852-787-4303","email_id":"Hermina.Dicki90@hotmail.com","dop":"2025-11-30","serial_number":"13823299198290","imei1":"13823299198290","imei2":"13823299198290","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135412,"job_number":"JOB_135412","tr_customer_id":135429,"tr_customer_product_id":135419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:21.000Z","name":"Raushan Kumar","mobile_number":"8285815213","email_id":"raushan@gmail.com","dop":"2025-11-30","serial_number":"19724982759540","imei1":"19724982759540","imei2":"19724982759540","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135410,"job_number":"JOB_135410","tr_customer_id":135427,"tr_customer_product_id":135417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:18.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13999816148479","imei1":"13999816148479","imei2":"13999816148479","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135409,"job_number":"JOB_135409","tr_customer_id":135426,"tr_customer_product_id":135416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:07.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Winifred Schinner","mobile_number":"587-829-7084","email_id":"Haskell.Dare61@hotmail.com","dop":"2025-04-06","serial_number":"10749585452804460","imei1":"10749585452804460","imei2":"10749585452804460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135407,"job_number":"JOB_135407","tr_customer_id":135424,"tr_customer_product_id":135414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:05.000Z","modified_at":"2025-12-23T03:46:05.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16170568304918","imei1":"16170568304918","imei2":"16170568304918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:46:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135405,"job_number":"JOB_135405","tr_customer_id":135422,"tr_customer_product_id":135412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:51.000Z","modified_at":"2025-12-23T03:45:51.000Z","name":"Lyla Stroman","mobile_number":"363-683-7537","email_id":"Brant77@gmail.com","dop":"2025-04-06","serial_number":"13398709997228882","imei1":"13398709997228882","imei2":"13398709997228882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135402,"job_number":"JOB_135402","tr_customer_id":135419,"tr_customer_product_id":135409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:40.000Z","modified_at":"2025-12-23T03:45:40.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-13","serial_number":"90591257777827","imei1":"90591257777827","imei2":"90591257777827","popurl":"2025-12-13T03:45:41.656540900Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:45:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135400,"job_number":"JOB_135400","tr_customer_id":135417,"tr_customer_product_id":135407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:44:53.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13703913765037","imei1":"13703913765037","imei2":"13703913765037","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135398,"job_number":"JOB_135398","tr_customer_id":135415,"tr_customer_product_id":135405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16109016655546","imei1":"16109016655546","imei2":"16109016655546","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135396,"job_number":"JOB_135396","tr_customer_id":135413,"tr_customer_product_id":135403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:25.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15108270860145","imei1":"15108270860145","imei2":"15108270860145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:44:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135394,"job_number":"JOB_135394","tr_customer_id":135411,"tr_customer_product_id":135401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:40:59.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14477511882510","imei1":"14477511882510","imei2":"14477511882510","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135392,"job_number":"JOB_135392","tr_customer_id":135409,"tr_customer_product_id":135399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19085673942455","imei1":"19085673942455","imei2":"19085673942455","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135390,"job_number":"JOB_135390","tr_customer_id":135407,"tr_customer_product_id":135397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17269768486904","imei1":"17269768486904","imei2":"17269768486904","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:40:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135388,"job_number":"JOB_135388","tr_customer_id":135405,"tr_customer_product_id":135395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:35:55.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11734289850329","imei1":"11734289850329","imei2":"11734289850329","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135386,"job_number":"JOB_135386","tr_customer_id":135403,"tr_customer_product_id":135393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:40.000Z","modified_at":"2025-12-23T03:35:40.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"12247810404509","imei1":"12247810404509","imei2":"12247810404509","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135384,"job_number":"JOB_135384","tr_customer_id":135401,"tr_customer_product_id":135391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:26.000Z","modified_at":"2025-12-23T03:35:26.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"11703103787170","imei1":"11703103787170","imei2":"11703103787170","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:35:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135382,"job_number":"JOB_135382","tr_customer_id":135399,"tr_customer_product_id":135389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:43.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"15501856409559","imei1":"15501856409559","imei2":"15501856409559","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135380,"job_number":"JOB_135380","tr_customer_id":135397,"tr_customer_product_id":135387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:28.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"10728076116994","imei1":"10728076116994","imei2":"10728076116994","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135378,"job_number":"JOB_135378","tr_customer_id":135395,"tr_customer_product_id":135385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:14.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17816802334632","imei1":"17816802334632","imei2":"17816802334632","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:33:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135377,"job_number":"JOB_135377","tr_customer_id":135394,"tr_customer_product_id":135384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:11.000Z","modified_at":"2025-12-23T03:18:11.000Z","name":"Elvie Hartmann","mobile_number":"931-599-1602","email_id":"Diamond14@yahoo.com","dop":"2025-04-06","serial_number":"19830922749161","imei1":"19830922749161","imei2":"19830922749161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135374,"job_number":"JOB_135374","tr_customer_id":135391,"tr_customer_product_id":135381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:36.000Z","modified_at":"2025-12-23T03:07:36.000Z","name":"Irma MacGyver","mobile_number":"990-565-8565","email_id":"Marshall17@yahoo.com","dop":"2025-04-06","serial_number":"10311359883878","imei1":"10311359883878","imei2":"10311359883878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:07:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135372,"job_number":"JOB_135372","tr_customer_id":135389,"tr_customer_product_id":135379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:51.000Z","modified_at":"2025-12-23T03:06:51.000Z","name":"Helmer Larkin","mobile_number":"262-903-7620","email_id":"Andres_Schmitt@gmail.com","dop":"2025-04-06","serial_number":"19684746392197104","imei1":"19684746392197104","imei2":"19684746392197104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135370,"job_number":"JOB_135370","tr_customer_id":135387,"tr_customer_product_id":135377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:49.000Z","modified_at":"2025-12-23T03:06:49.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"18154360570787","imei1":"18154360570787","imei2":"18154360570787","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135369,"job_number":"JOB_135369","tr_customer_id":135386,"tr_customer_product_id":135376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:12.000Z","modified_at":"2025-12-23T03:06:12.000Z","name":"Bud Windler","mobile_number":"872-901-9422","email_id":"Jacques.Fahey20@yahoo.com","dop":"2025-04-06","serial_number":"10769583946254236","imei1":"10769583946254236","imei2":"10769583946254236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135367,"job_number":"JOB_135367","tr_customer_id":135384,"tr_customer_product_id":135374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:11.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19455241616883","imei1":"19455241616883","imei2":"19455241616883","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:06:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135366,"job_number":"JOB_135366","tr_customer_id":135383,"tr_customer_product_id":135373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:34.000Z","modified_at":"2025-12-23T03:05:34.000Z","name":"Davion Lynch","mobile_number":"428-963-1940","email_id":"Alaina_Wiza17@yahoo.com","dop":"2025-04-06","serial_number":"18326130945423710","imei1":"18326130945423710","imei2":"18326130945423710","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135364,"job_number":"JOB_135364","tr_customer_id":135381,"tr_customer_product_id":135371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:05:32.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"15037186948120","imei1":"15037186948120","imei2":"15037186948120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135363,"job_number":"JOB_135363","tr_customer_id":135380,"tr_customer_product_id":135370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:23.000Z","modified_at":"2025-12-23T03:05:23.000Z","name":"Donna Doyle","mobile_number":"595-731-5639","email_id":"Dessie40@yahoo.com","dop":"2025-04-06","serial_number":"17156117215589","imei1":"17156117215589","imei2":"17156117215589","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:05:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135362,"job_number":"JOB_135362","tr_customer_id":135379,"tr_customer_product_id":135369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:59.000Z","modified_at":"2025-12-23T03:00:59.000Z","name":"Cyrus Hegmann","mobile_number":"488-369-9607","email_id":"Brenna_Hilpert81@hotmail.com","dop":"2025-04-06","serial_number":"14863949407091","imei1":"14863949407091","imei2":"14863949407091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135354,"job_number":"JOB_135354","tr_customer_id":135371,"tr_customer_product_id":135361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:59.000Z","modified_at":"2025-12-23T02:55:59.000Z","name":"Wilfredo D'Amore","mobile_number":"915-517-5160","email_id":"Forest_Runolfsdottir@gmail.com","dop":"2025-04-06","serial_number":"12765476117362718","imei1":"12765476117362718","imei2":"12765476117362718","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:55:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135352,"job_number":"JOB_135352","tr_customer_id":135369,"tr_customer_product_id":135359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:54:26.000Z","modified_at":"2025-12-23T02:54:26.000Z","name":"Jeanette Runolfsdottir","mobile_number":"279-710-4662","email_id":"Ryder.Parker85@hotmail.com","dop":"2025-04-06","serial_number":"19682901742432","imei1":"19682901742432","imei2":"19682901742432","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:54:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135351,"job_number":"JOB_135351","tr_customer_id":135368,"tr_customer_product_id":135358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:40.000Z","modified_at":"2025-12-23T02:50:40.000Z","name":"Ansel Hintz","mobile_number":"803-262-8584","email_id":"Destiny.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"11458503221092236","imei1":"11458503221092236","imei2":"11458503221092236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135349,"job_number":"JOB_135349","tr_customer_id":135366,"tr_customer_product_id":135356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:02.000Z","modified_at":"2025-12-23T02:50:02.000Z","name":"Oceane Bechtelar","mobile_number":"685-542-5381","email_id":"Yasmeen_Cormier5@hotmail.com","dop":"2025-04-06","serial_number":"12188904029630944","imei1":"12188904029630944","imei2":"12188904029630944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135347,"job_number":"JOB_135347","tr_customer_id":135364,"tr_customer_product_id":135354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:00.000Z","name":"kajal s","mobile_number":"9873452334","email_id":"kajals@gmail.com","dop":"2025-04-06","serial_number":"19102679420233","imei1":"19102679420233","imei2":"19102679420233","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135346,"job_number":"JOB_135346","tr_customer_id":135363,"tr_customer_product_id":135353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:18.000Z","modified_at":"2025-12-23T02:49:18.000Z","name":"Pete O'Conner","mobile_number":"518-589-6587","email_id":"Zachary_DuBuque@gmail.com","dop":"2025-04-06","serial_number":"10450213493763400","imei1":"10450213493763400","imei2":"10450213493763400","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135344,"job_number":"JOB_135344","tr_customer_id":135361,"tr_customer_product_id":135351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:17.000Z","name":"uday chopra","mobile_number":"7894563423","email_id":"udayc@gmail.com","dop":"2025-04-06","serial_number":"19834212020295","imei1":"19834212020295","imei2":"19834212020295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:49:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135343,"job_number":"JOB_135343","tr_customer_id":135360,"tr_customer_product_id":135350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:35.000Z","modified_at":"2025-12-23T02:48:35.000Z","name":"Nigel Morar","mobile_number":"885-766-2531","email_id":"Ignacio.Graham@yahoo.com","dop":"2025-04-06","serial_number":"11081308964518626","imei1":"11081308964518626","imei2":"11081308964518626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135341,"job_number":"JOB_135341","tr_customer_id":135358,"tr_customer_product_id":135348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:48:33.000Z","name":"jatin sharma","mobile_number":"9456783423","email_id":"jatinsharma@gmail.com","dop":"2025-04-06","serial_number":"19059525440560","imei1":"19059525440560","imei2":"19059525440560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:48:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135339,"job_number":"JOB_135339","tr_customer_id":135356,"tr_customer_product_id":135346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:18.000Z","modified_at":"2025-12-23T02:30:18.000Z","name":"Vladimir Altenwerth","mobile_number":"606-413-4025","email_id":"Jordan93@hotmail.com","dop":"2025-04-06","serial_number":"18606245708072340","imei1":"18606245708072340","imei2":"18606245708072340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:30:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135337,"job_number":"JOB_135337","tr_customer_id":135354,"tr_customer_product_id":135344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:24.000Z","modified_at":"2025-12-23T02:27:24.000Z","name":"Taurean Gerlach","mobile_number":"842-589-4279","email_id":"Jaylin_Schmidt@gmail.com","dop":"2025-04-06","serial_number":"10068442755584234","imei1":"10068442755584234","imei2":"10068442755584234","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:27:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135335,"job_number":"JOB_135335","tr_customer_id":135352,"tr_customer_product_id":135342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:14.000Z","modified_at":"2025-12-23T02:19:14.000Z","name":"Eddie McLaughlin","mobile_number":"352-618-0541","email_id":"Carole_Hessel38@hotmail.com","dop":"2025-04-06","serial_number":"13627732389507326","imei1":"13627732389507326","imei2":"13627732389507326","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:19:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135329,"job_number":"JOB_135329","tr_customer_id":135346,"tr_customer_product_id":135336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:34:11.000Z","modified_at":"2025-12-22T23:34:11.000Z","name":"Dipendra Ahluwalia","mobile_number":"7080347390","email_id":"bilva.marar@gmail.com","dop":"2025-12-12","serial_number":"588978733807081","imei1":"588978733807081","imei2":"588978733807081","popurl":"www.dhananjay-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:34:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135328,"job_number":"JOB_135328","tr_customer_id":135345,"tr_customer_product_id":135335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:32:02.000Z","modified_at":"2025-12-22T23:32:02.000Z","name":"Charvi Sethi","mobile_number":"7054041624","email_id":"yogendra.guha@gmail.com","dop":"2025-12-12","serial_number":"446570304064731","imei1":"446570304064731","imei2":"446570304064731","popurl":"www.kumar-mahajan.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:32:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135327,"job_number":"JOB_135327","tr_customer_id":135344,"tr_customer_product_id":135334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:30:19.000Z","modified_at":"2025-12-22T23:30:19.000Z","name":"Abhisyanta Rana","mobile_number":"7001528372","email_id":"triloki.achari@hotmail.com","dop":"2025-12-12","serial_number":"984892978982410","imei1":"984892978982410","imei2":"984892978982410","popurl":"www.garud-shah.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:30:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135326,"job_number":"JOB_135326","tr_customer_id":135343,"tr_customer_product_id":135333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:27:12.000Z","modified_at":"2025-12-22T23:27:12.000Z","name":"Hiranya Gupta","mobile_number":"7082443334","email_id":"swapnil.patel@hotmail.com","dop":"2025-12-12","serial_number":"829117857359408","imei1":"829117857359408","imei2":"829117857359408","popurl":"www.shreyashi-bharadwaj.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:27:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135325,"job_number":"JOB_135325","tr_customer_id":135342,"tr_customer_product_id":135332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:22:58.000Z","modified_at":"2025-12-22T23:22:58.000Z","name":"Dinkar Kakkar","mobile_number":"7047765001","email_id":"agastya.guneta@gmail.com","dop":"2025-12-12","serial_number":"431603237538485","imei1":"431603237538485","imei2":"431603237538485","popurl":"www.devani-bhattacharya.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:22:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135324,"job_number":"JOB_135324","tr_customer_id":135341,"tr_customer_product_id":135331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:11:57.000Z","modified_at":"2025-12-22T23:11:57.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956591958888","imei1":"79956591958888","imei2":"79956591958888","popurl":"2025-12-12T23:11:55.575311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:11:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135323,"job_number":"JOB_135323","tr_customer_id":135340,"tr_customer_product_id":135330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T23:01:45.000Z","modified_at":"2025-12-22T23:01:45.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79956571958888","imei1":"79956571958888","imei2":"79956571958888","popurl":"2025-12-12T23:01:43.310314Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T23:01:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135322,"job_number":"JOB_135322","tr_customer_id":135339,"tr_customer_product_id":135329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:54:42.000Z","modified_at":"2025-12-22T22:54:42.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936571958888","imei1":"79936571958888","imei2":"79936571958888","popurl":"2025-12-12T22:54:40.189956Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:54:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135321,"job_number":"JOB_135321","tr_customer_id":135338,"tr_customer_product_id":135328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T22:40:07.000Z","modified_at":"2025-12-22T22:40:07.000Z","name":"Archan Gill","mobile_number":"7068589743","email_id":"ajeet.kocchar@gmail.com","dop":"2025-12-12","serial_number":"919418551080440","imei1":"919418551080440","imei2":"919418551080440","popurl":"www.jagathi-kaul.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T22:40:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135320,"job_number":"JOB_135320","tr_customer_id":135337,"tr_customer_product_id":135327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T21:37:31.000Z","modified_at":"2025-12-22T21:37:31.000Z","name":"Rossie Lakin","mobile_number":"413-935-0785","email_id":"Darron46@yahoo.com","dop":"2025-04-06","serial_number":"18143089627564","imei1":"18143089627564","imei2":"18143089627564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T21:37:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135319,"job_number":"JOB_135319","tr_customer_id":135336,"tr_customer_product_id":135326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:56:29.000Z","modified_at":"2025-12-22T20:56:29.000Z","name":"Anandamayi Mehrotra","mobile_number":"7086031092","email_id":"chaten.nehru@gmail.com","dop":"2025-12-12","serial_number":"827625679916730","imei1":"827625679916730","imei2":"827625679916730","popurl":"www.shresth-marar.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:56:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135318,"job_number":"JOB_135318","tr_customer_id":135335,"tr_customer_product_id":135325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:43:14.000Z","modified_at":"2025-12-22T20:43:14.000Z","name":"Ganaka Nayar","mobile_number":"7033460629","email_id":"mukul.jha@gmail.com","dop":"2025-12-12","serial_number":"764595435761617","imei1":"764595435761617","imei2":"764595435761617","popurl":"www.aasha-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:43:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135317,"job_number":"JOB_135317","tr_customer_id":135334,"tr_customer_product_id":135324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:30:41.000Z","modified_at":"2025-12-22T20:30:41.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"79936541958888","imei1":"79936541958888","imei2":"79936541958888","popurl":"2025-12-12T20:30:39.360085Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:30:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135316,"job_number":"JOB_135316","tr_customer_id":135333,"tr_customer_product_id":135323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:05:10.000Z","modified_at":"2025-12-22T20:05:10.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"78836541958888","imei1":"78836541958888","imei2":"78836541958888","popurl":"2025-12-12T20:05:07.580655Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:05:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135315,"job_number":"JOB_135315","tr_customer_id":135332,"tr_customer_product_id":135322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:04:38.000Z","modified_at":"2025-12-22T20:04:38.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"68836541958888","imei1":"68836541958888","imei2":"68836541958888","popurl":"2025-12-12T20:04:35.244311Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:04:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135314,"job_number":"JOB_135314","tr_customer_id":135331,"tr_customer_product_id":135321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:03:21.000Z","modified_at":"2025-12-22T20:03:21.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"28836541958888","imei1":"28836541958888","imei2":"28836541958888","popurl":"2025-12-12T20:03:18.051454Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:03:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135313,"job_number":"JOB_135313","tr_customer_id":135330,"tr_customer_product_id":135320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T20:01:50.000Z","modified_at":"2025-12-22T20:01:50.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541958888","imei1":"18836541958888","imei2":"18836541958888","popurl":"2025-12-12T20:01:46.144928Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T20:01:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135312,"job_number":"JOB_135312","tr_customer_id":135329,"tr_customer_product_id":135319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:51:27.000Z","modified_at":"2025-12-22T19:51:27.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2025-12-12","serial_number":"18836541954488","imei1":"18836541954488","imei2":"18836541954488","popurl":"2025-12-12T19:51:24.882016Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:51:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135311,"job_number":"JOB_135311","tr_customer_id":135328,"tr_customer_product_id":135318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:38:43.000Z","modified_at":"2025-12-22T19:38:43.000Z","name":"Hortense Boyle","mobile_number":"355-775-2224","email_id":"Katelyn_Gleason21@gmail.com","dop":"2025-04-06","serial_number":"10931979276135","imei1":"10931979276135","imei2":"10931979276135","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:38:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135310,"job_number":"JOB_135310","tr_customer_id":135327,"tr_customer_product_id":135317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:37:01.000Z","modified_at":"2025-12-22T19:37:01.000Z","name":"Helene Bernhard","mobile_number":"671-334-7880","email_id":"Leonor_Stehr19@hotmail.com","dop":"2025-04-06","serial_number":"16610592674654","imei1":"16610592674654","imei2":"16610592674654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:37:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135309,"job_number":"JOB_135309","tr_customer_id":135326,"tr_customer_product_id":135316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:36:53.000Z","modified_at":"2025-12-22T19:36:53.000Z","name":"Addie Stiedemann","mobile_number":"775-968-1157","email_id":"Cynthia59@gmail.com","dop":"2025-04-06","serial_number":"15956743778577","imei1":"15956743778577","imei2":"15956743778577","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:36:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135308,"job_number":"JOB_135308","tr_customer_id":135325,"tr_customer_product_id":135315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T19:35:30.000Z","modified_at":"2025-12-22T19:35:30.000Z","name":"Lavonne Ondricka","mobile_number":"600-299-9782","email_id":"Tatum96@gmail.com","dop":"2025-04-06","serial_number":"18694951147677","imei1":"18694951147677","imei2":"18694951147677","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T19:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135305,"job_number":"JOB_135305","tr_customer_id":135322,"tr_customer_product_id":135312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:33.000Z","modified_at":"2025-12-22T18:54:33.000Z","name":"rahul ssharma","mobile_number":"123456789012","email_id":"rahul@yopmail.com","dop":"2025-12-17","serial_number":"SN243422733055","imei1":"356789072245378","imei2":"333785579225679","popurl":"2025-12-17T18:54:32.619509457Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135304,"job_number":"JOB_135304","tr_customer_id":135321,"tr_customer_product_id":135311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:54:02.000Z","modified_at":"2025-12-22T18:54:02.000Z","name":"Prudhvi Raj","mobile_number":"8547584578","email_id":"raj@gmail.com","dop":"2025-12-12","serial_number":"90511204977827","imei1":"90511204977827","imei2":"90511204977827","popurl":"2025-12-12T18:54:01.431789083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:54:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135303,"job_number":"JOB_135303","tr_customer_id":135320,"tr_customer_product_id":135310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:47.000Z","modified_at":"2025-12-22T18:53:47.000Z","name":"Denis Boyer","mobile_number":"986-350-8890","email_id":"abc@gmail.com","dop":"2025-12-12","serial_number":"26889419449447","imei1":"26889419449447","imei2":"26889419449447","popurl":"2025-12-12T18:53:47.110571100Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135302,"job_number":"JOB_135302","tr_customer_id":135319,"tr_customer_product_id":135309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:07.000Z","modified_at":"2025-12-22T18:53:07.000Z","name":"Priya Garg","mobile_number":"9739791218","email_id":"priyagarg34@gmail.com","dop":"2025-12-12","serial_number":"13963241618999","imei1":"13963241618999","imei2":"13963241618999","popurl":"2025-12-12T18:53:06.732874591Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135301,"job_number":"JOB_135301","tr_customer_id":135318,"tr_customer_product_id":135308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:53:04.000Z","modified_at":"2025-12-22T18:53:04.000Z","name":"Sailesh Kumar","mobile_number":"7823967575","email_id":"saileshkumar1793@gmail.com","dop":"2025-12-12","serial_number":"11556049233069","imei1":"11556049233069","imei2":"11556049233069","popurl":"2025-12-12T18:53:03.359078187Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:53:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135300,"job_number":"JOB_135300","tr_customer_id":135317,"tr_customer_product_id":135307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:52:47.000Z","modified_at":"2025-12-22T18:52:47.000Z","name":"Anant Kinlekar","mobile_number":"7995924124","email_id":"anantkinlekar18@gmail.com","dop":"2025-12-21","serial_number":"23842930780281","imei1":"23842930780281","imei2":"23842930780281","popurl":"2025-12-21T18:52:47.004930406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:52:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135299,"job_number":"JOB_135299","tr_customer_id":135316,"tr_customer_product_id":135306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:51:33.000Z","modified_at":"2025-12-22T18:51:33.000Z","name":"karthik D","mobile_number":"0987654321","email_id":"krthiksantosh@gmail.com","dop":"2025-12-12","serial_number":"87061348153532","imei1":"87061348153532","imei2":"87061348153532","popurl":"2025-12-12T18:51:32.904395213Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:51:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135298,"job_number":"JOB_135298","tr_customer_id":135315,"tr_customer_product_id":135305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:34.000Z","modified_at":"2025-12-22T18:21:34.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899090","imei2":"67678909899090","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135297,"job_number":"JOB_135297","tr_customer_id":135314,"tr_customer_product_id":135304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:21:09.000Z","modified_at":"2025-12-22T18:21:09.000Z","name":"Test User Luwang","mobile_number":"7878789878","email_id":"testuser123@gmail.com","dop":"2025-12-01","serial_number":"67678909899098","imei1":"67678909899097","imei2":"67678909899098","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:21:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135295,"job_number":"JOB_135295","tr_customer_id":135312,"tr_customer_product_id":135302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:33.000Z","modified_at":"2025-12-22T18:06:33.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"18151912750058","imei1":"18151912750058","imei2":"18151912750058","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135293,"job_number":"JOB_135293","tr_customer_id":135310,"tr_customer_product_id":135300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:21.000Z","modified_at":"2025-12-22T18:06:21.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"13757362443294","imei1":"13757362443294","imei2":"13757362443294","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135291,"job_number":"JOB_135291","tr_customer_id":135308,"tr_customer_product_id":135298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:06:09.000Z","modified_at":"2025-12-22T18:06:09.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"17165383060072","imei1":"17165383060072","imei2":"17165383060072","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:06:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135290,"job_number":"JOB_135290","tr_customer_id":135307,"tr_customer_product_id":135297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T18:00:39.000Z","modified_at":"2025-12-22T18:00:39.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"11346567890346","imei1":"11346567890346","imei2":"11346567890346","popurl":"2025-12-12T18:00:36.990574200Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T18:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135288,"job_number":"JOB_135288","tr_customer_id":135305,"tr_customer_product_id":135295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:47:04.000Z","modified_at":"2025-12-22T17:47:04.000Z","name":"Nina Lakin","mobile_number":"720-429-1258","email_id":"Isai98@yahoo.com","dop":"2025-04-06","serial_number":"18258201167274840","imei1":"18258201167274840","imei2":"18258201167274840","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135286,"job_number":"JOB_135286","tr_customer_id":135303,"tr_customer_product_id":135293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:45:07.000Z","modified_at":"2025-12-22T17:45:07.000Z","name":"Kaus Das","mobile_number":"7686923755","email_id":"kstvds@gmail.com","dop":"2025-12-12","serial_number":"96548404098211","imei1":"96548404098211","imei2":"96548404098211","popurl":"2025-12-12T17:45:07.025053201Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:45:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135285,"job_number":"JOB_135285","tr_customer_id":135302,"tr_customer_product_id":135292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:43:03.000Z","modified_at":"2025-12-22T17:43:03.000Z","name":"Bishnu Das","mobile_number":"1234567890","email_id":"somit.gate@gmail.com","dop":"2025-12-12","serial_number":"5444598687484620","imei1":"5444598687484620","imei2":"5444598687484620","popurl":"2025-12-12T17:43:02.381670813Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:43:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135284,"job_number":"JOB_135284","tr_customer_id":135301,"tr_customer_product_id":135291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:42:22.000Z","modified_at":"2025-12-22T17:42:22.000Z","name":"Sabrina Lesch","mobile_number":"999-236-1523","email_id":"Adriel33@hotmail.com","dop":"2025-12-22","serial_number":"77647782745375","imei1":"77647782745375","imei2":"77647782745375","popurl":"2025-12-22T17:42:21.460Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:42:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135283,"job_number":"JOB_135283","tr_customer_id":135300,"tr_customer_product_id":135290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:39:57.000Z","modified_at":"2025-12-22T17:39:57.000Z","name":"Jatin Sharma","mobile_number":"8806144202","email_id":"sonawaneomprakash222@gmail.com","dop":"2025-12-22","serial_number":"22138664331392","imei1":"22138664331392","imei2":"22138664331392","popurl":"2025-12-22T17:39:54.086Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:39:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135282,"job_number":"JOB_135282","tr_customer_id":135299,"tr_customer_product_id":135289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:20:18.000Z","modified_at":"2025-12-22T17:20:18.000Z","name":"tanmay agashe","mobile_number":"6757898909","email_id":"tanmay@gmail.com","dop":"2025-12-12","serial_number":"10346567890346","imei1":"10346567890346","imei2":"10346567890346","popurl":"2025-12-12T17:20:16.516031400Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:20:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135281,"job_number":"JOB_135281","tr_customer_id":135298,"tr_customer_product_id":135288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:49.000Z","modified_at":"2025-12-22T17:16:49.000Z","name":"Ettie Lemke","mobile_number":"348-643-2724","email_id":"Verda81@hotmail.com","dop":"2025-04-06","serial_number":"11360554194983652","imei1":"11360554194983652","imei2":"11360554194983652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135280,"job_number":"JOB_135280","tr_customer_id":135297,"tr_customer_product_id":135287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T17:16:48.000Z","modified_at":"2025-12-22T17:16:48.000Z","name":"Isai Goodwin","mobile_number":"718-862-5037","email_id":"Baron_Wiza49@hotmail.com","dop":"2025-04-06","serial_number":"11506920891291","imei1":"11506920891291","imei2":"11506920891291","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T17:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135278,"job_number":"JOB_135278","tr_customer_id":135295,"tr_customer_product_id":135285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:35.000Z","modified_at":"2025-12-22T16:52:35.000Z","name":"Miller Breitenberg","mobile_number":"487-485-8293","email_id":"Donnie.Fadel79@yahoo.com","dop":"2025-04-06","serial_number":"17677644411590330","imei1":"17677644411590330","imei2":"17677644411590330","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135277,"job_number":"JOB_135277","tr_customer_id":135294,"tr_customer_product_id":135284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:33.000Z","modified_at":"2025-12-22T16:52:33.000Z","name":"Michelle Sanford","mobile_number":"490-896-2972","email_id":"Gerhard.Windler@gmail.com","dop":"2025-04-06","serial_number":"14959006873245","imei1":"14959006873245","imei2":"14959006873245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135275,"job_number":"JOB_135275","tr_customer_id":135292,"tr_customer_product_id":135282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:52:29.000Z","modified_at":"2025-12-22T16:52:29.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084456","imei1":"134530332084456","imei2":"134530332084456","popurl":"2025-12-12T16:52:29.546321479Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:52:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135274,"job_number":"JOB_135274","tr_customer_id":135291,"tr_customer_product_id":135281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:51:37.000Z","modified_at":"2025-12-22T16:51:37.000Z","name":"Kapil Patil","mobile_number":"7028582296","email_id":"kapil9660@gmail.com","dop":"2025-12-12","serial_number":"499863806376055","imei1":"499863806376055","imei2":"499863806376055","popurl":"2025-12-12T16:51:36.839901435Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135273,"job_number":"JOB_135273","tr_customer_id":135290,"tr_customer_product_id":135280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:45.000Z","modified_at":"2025-12-22T16:50:45.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-12-12","serial_number":"19920302984769","imei1":"19920302984769","imei2":"19920302984769","popurl":"2025-12-12T16:50:44.599798251Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135272,"job_number":"JOB_135272","tr_customer_id":135289,"tr_customer_product_id":135279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:50:12.000Z","modified_at":"2025-12-22T16:50:12.000Z","name":"Anika Naik","mobile_number":"9999999999","email_id":"anika@gmail.com","dop":"2025-12-12","serial_number":"88217383225329","imei1":"88217383225329","imei2":"88217383225329","popurl":"2025-12-12T16:50:11.825109482Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135271,"job_number":"JOB_135271","tr_customer_id":135288,"tr_customer_product_id":135278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:49:14.000Z","modified_at":"2025-12-22T16:49:14.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2025-12-12","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2025-12-12T16:49:13.522085120Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135270,"job_number":"JOB_135270","tr_customer_id":135287,"tr_customer_product_id":135277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:48:09.000Z","modified_at":"2025-12-22T16:48:09.000Z","name":"Jatin Shharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-12-12","serial_number":"134530332084732","imei1":"134530332084732","imei2":"134530332084732","popurl":"2025-12-12T16:48:08.559861886Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135268,"job_number":"JOB_135268","tr_customer_id":135285,"tr_customer_product_id":135275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:46.000Z","modified_at":"2025-12-22T16:47:46.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"14873123816199","imei1":"14873123816199","imei2":"14873123816199","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135266,"job_number":"JOB_135266","tr_customer_id":135283,"tr_customer_product_id":135273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:39.000Z","modified_at":"2025-12-22T16:47:39.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"16240377948387","imei1":"16240377948387","imei2":"16240377948387","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135264,"job_number":"JOB_135264","tr_customer_id":135281,"tr_customer_product_id":135271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:47:32.000Z","modified_at":"2025-12-22T16:47:32.000Z","name":"Saurabh Sirothiya","mobile_number":"9168018741","email_id":"sssaurabh031@gmail.com","dop":"2025-12-16","serial_number":"19523762525600","imei1":"19523762525600","imei2":"19523762525600","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:47:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135263,"job_number":"JOB_135263","tr_customer_id":135280,"tr_customer_product_id":135270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:46:58.000Z","modified_at":"2025-12-22T16:46:58.000Z","name":"Adan Boyle","mobile_number":"470-536-8872","email_id":"Ima.Konopelski10@gmail.com","dop":"2025-04-06","serial_number":"10822143441039896","imei1":"10822143441039896","imei2":"10822143441039896","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:46:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135261,"job_number":"JOB_135261","tr_customer_id":135278,"tr_customer_product_id":135268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:55.000Z","modified_at":"2025-12-22T16:45:55.000Z","name":"Sydni Buckridge","mobile_number":"338-383-9018","email_id":"Hilbert.Block@gmail.com","dop":"2025-04-06","serial_number":"13923844598716752","imei1":"13923844598716752","imei2":"13923844598716752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135260,"job_number":"JOB_135260","tr_customer_id":135277,"tr_customer_product_id":135267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:45:54.000Z","modified_at":"2025-12-22T16:45:54.000Z","name":"Letitia Trantow","mobile_number":"784-310-6721","email_id":"Kaela_Sporer@yahoo.com","dop":"2025-04-06","serial_number":"18349054518841","imei1":"18349054518841","imei2":"18349054518841","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:45:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135258,"job_number":"JOB_135258","tr_customer_id":135275,"tr_customer_product_id":135265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:43:56.000Z","modified_at":"2025-12-22T16:43:56.000Z","name":"Teresa Medhurst","mobile_number":"555-887-1970","email_id":"Maverick39@yahoo.com","dop":"2025-04-06","serial_number":"12034389142115284","imei1":"12034389142115284","imei2":"12034389142115284","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:43:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135256,"job_number":"JOB_135256","tr_customer_id":135273,"tr_customer_product_id":135263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-22T16:41:52.000Z","modified_at":"2025-12-22T16:41:52.000Z","name":"Joanie Jerde","mobile_number":"865-688-2169","email_id":"Rosalee_Gleichner28@yahoo.com","dop":"2025-04-06","serial_number":"12566287758971072","imei1":"12566287758971072","imei2":"12566287758971072","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-22T16:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135857,"job_number":"JOB_135857","tr_customer_id":135874,"tr_customer_product_id":135864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:31:06.000Z","modified_at":"2025-12-23T07:31:07.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Garnet_Satterfield59@gmail.com","dop":"2025-07-02","serial_number":"14422056778344","imei1":"14422056778344","imei2":"14422056778344","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135856,"job_number":"JOB_135856","tr_customer_id":135873,"tr_customer_product_id":135863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:47.000Z","modified_at":"2025-12-23T07:30:47.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Terrence_Lebsack@hotmail.com","dop":"2025-07-02","serial_number":"12975268880192","imei1":"12975268880192","imei2":"12975268880192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135855,"job_number":"JOB_135855","tr_customer_id":135872,"tr_customer_product_id":135862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:30:28.000Z","modified_at":"2025-12-23T07:30:28.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Fredy84@hotmail.com","dop":"2025-07-02","serial_number":"14900951346756","imei1":"14900951346756","imei2":"14900951346756","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T07:30:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135646,"job_number":"JOB_135646","tr_customer_id":135663,"tr_customer_product_id":135653,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Mac Reichel","mobile_number":"936-870-2195","email_id":"Otilia82@yahoo.com","dop":"2025-06-09","serial_number":"108789535970073","imei1":"108789535970073","imei2":"108789535970073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135644,"job_number":"JOB_135644","tr_customer_id":135661,"tr_customer_product_id":135651,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:18:59.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"107278529119241","imei1":"107278529119241","imei2":"107278529119241","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135642,"job_number":"JOB_135642","tr_customer_id":135659,"tr_customer_product_id":135649,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Ewell Stanton","mobile_number":"878-273-9016","email_id":"Alexis.Bartell2@yahoo.com","dop":"2025-06-09","serial_number":"109791470218459","imei1":"109791470218459","imei2":"109791470218459","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135640,"job_number":"JOB_135640","tr_customer_id":135657,"tr_customer_product_id":135647,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:42.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106823178047712","imei1":"106823178047712","imei2":"106823178047712","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135639,"job_number":"JOB_135639","tr_customer_id":135656,"tr_customer_product_id":135646,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:25.000Z","name":"Alvina Hirthe","mobile_number":"510-313-8583","email_id":"Lurline.Boyle46@yahoo.com","dop":"2025-06-09","serial_number":"102632254002008","imei1":"102632254002008","imei2":"102632254002008","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135637,"job_number":"JOB_135637","tr_customer_id":135654,"tr_customer_product_id":135644,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:24.000Z","modified_at":"2025-12-23T06:18:24.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"100690179831353","imei1":"100690179831353","imei2":"100690179831353","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T06:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135612,"job_number":"JOB_135612","tr_customer_id":135629,"tr_customer_product_id":135619,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:56.000Z","modified_at":"2025-12-23T05:14:56.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777854","imei2":"abc123455777854","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135611,"job_number":"JOB_135611","tr_customer_id":135628,"tr_customer_product_id":135618,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T05:14:24.000Z","modified_at":"2025-12-23T05:14:24.000Z","name":"neha sharma","mobile_number":"9999096100","email_id":"anc@mail.comx","dop":"2025-12-08","serial_number":"abc123455777887","imei1":"abc123455777844","imei2":"abc123455777844","popurl":"2025-12-08T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T05:14:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135587,"job_number":"JOB_135587","tr_customer_id":135604,"tr_customer_product_id":135594,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:09:07.000Z","modified_at":"2025-12-23T04:09:07.000Z","name":"Phoebe Harris","mobile_number":"853-228-0993","email_id":"Christopher.Sipes63@gmail.com","dop":"2025-05-31","serial_number":"10428747106020","imei1":"10428747106020","imei2":"10428747106020","popurl":"2025-05-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T04:09:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135543,"job_number":"JOB_135543","tr_customer_id":135560,"tr_customer_product_id":135550,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:09.000Z","name":"Joanny Hegmann","mobile_number":"931-237-7206","email_id":"Ethyl_OConnell45@gmail.com","dop":"2025-06-09","serial_number":"107181168944073","imei1":"107181168944073","imei2":"107181168944073","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135541,"job_number":"JOB_135541","tr_customer_id":135558,"tr_customer_product_id":135548,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:08.000Z","modified_at":"2025-12-23T03:49:08.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"100349662014920","imei1":"100349662014920","imei2":"100349662014920","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135531,"job_number":"JOB_135531","tr_customer_id":135548,"tr_customer_product_id":135538,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Otho Breitenberg","mobile_number":"976-738-5780","email_id":"Abe_VonRueden@gmail.com","dop":"2025-06-09","serial_number":"107426084611840","imei1":"107426084611840","imei2":"107426084611840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135529,"job_number":"JOB_135529","tr_customer_id":135546,"tr_customer_product_id":135536,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:48:53.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"100698567834808","imei1":"100698567834808","imei2":"100698567834808","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135520,"job_number":"JOB_135520","tr_customer_id":135537,"tr_customer_product_id":135527,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:38.000Z","modified_at":"2025-12-23T03:48:38.000Z","name":"Sarina Schmeler","mobile_number":"738-926-2532","email_id":"Fermin.Friesen@hotmail.com","dop":"2025-06-09","serial_number":"104938502677964","imei1":"104938502677964","imei2":"104938502677964","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135518,"job_number":"JOB_135518","tr_customer_id":135535,"tr_customer_product_id":135525,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:37.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"106782876412881","imei1":"106782876412881","imei2":"106782876412881","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135489,"job_number":"JOB_135489","tr_customer_id":135506,"tr_customer_product_id":135496,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Lucas Kassulke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"114342102441584","imei1":"114342102441584","imei2":"114342102441584","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135488,"job_number":"JOB_135488","tr_customer_id":135505,"tr_customer_product_id":135495,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Theron Russel","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"133819664733414","imei1":"133819664733414","imei2":"133819664733414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135487,"job_number":"JOB_135487","tr_customer_id":135504,"tr_customer_product_id":135494,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:02.000Z","modified_at":"2025-12-23T03:48:02.000Z","name":"Maryam Skiles","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"147314798919174","imei1":"147314798919174","imei2":"147314798919174","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135486,"job_number":"JOB_135486","tr_customer_id":135503,"tr_customer_product_id":135493,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:01.000Z","modified_at":"2025-12-23T03:48:01.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"159897116004481","imei1":"159897116004481","imei2":"159897116004481","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:48:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135485,"job_number":"JOB_135485","tr_customer_id":135502,"tr_customer_product_id":135492,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Autumn Durgan","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"112878082166823","imei1":"112878082166823","imei2":"112878082166823","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135484,"job_number":"JOB_135484","tr_customer_id":135501,"tr_customer_product_id":135491,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Nicholas Torphy","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"125624103882909","imei1":"125624103882909","imei2":"125624103882909","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135483,"job_number":"JOB_135483","tr_customer_id":135500,"tr_customer_product_id":135490,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:51.000Z","modified_at":"2025-12-23T03:47:51.000Z","name":"Camilla Ernser","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165441450005414","imei1":"165441450005414","imei2":"165441450005414","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135481,"job_number":"JOB_135481","tr_customer_id":135498,"tr_customer_product_id":135488,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:50.000Z","modified_at":"2025-12-23T03:47:50.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"105685509967656","imei1":"105685509967656","imei2":"105685509967656","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135474,"job_number":"JOB_135474","tr_customer_id":135491,"tr_customer_product_id":135481,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:37.000Z","modified_at":"2025-12-23T03:47:37.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Elinor80@gmail.com","dop":"2025-07-02","serial_number":"17437539347131","imei1":"17437539347131","imei2":"17437539347131","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135453,"job_number":"JOB_135453","tr_customer_id":135470,"tr_customer_product_id":135460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:19.000Z","modified_at":"2025-12-23T03:47:19.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Garnet21@hotmail.com","dop":"2025-07-02","serial_number":"15515734282393","imei1":"15515734282393","imei2":"15515734282393","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135445,"job_number":"JOB_135445","tr_customer_id":135462,"tr_customer_product_id":135452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:01.000Z","modified_at":"2025-12-23T03:47:01.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Flossie_Stracke38@gmail.com","dop":"2025-07-02","serial_number":"10660992924748","imei1":"10660992924748","imei2":"10660992924748","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T03:47:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135360,"job_number":"JOB_135360","tr_customer_id":135377,"tr_customer_product_id":135367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:41.000Z","modified_at":"2025-12-23T02:57:41.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"148233624655330","imei1":"148233624655330","imei2":"148233624655330","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135359,"job_number":"JOB_135359","tr_customer_id":135376,"tr_customer_product_id":135366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:40.000Z","modified_at":"2025-12-23T02:57:40.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"177588590449026","imei1":"177588590449026","imei2":"177588590449026","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135358,"job_number":"JOB_135358","tr_customer_id":135375,"tr_customer_product_id":135365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:39.000Z","modified_at":"2025-12-23T02:57:39.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"136318871317771","imei1":"136318871317771","imei2":"136318871317771","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135357,"job_number":"JOB_135357","tr_customer_id":135374,"tr_customer_product_id":135364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:24.000Z","modified_at":"2025-12-23T02:57:24.000Z","name":"Ars A","mobile_number":"7708656777","email_id":"ars@gmail.com","dop":"2025-11-04","serial_number":"145954405284410","imei1":"145954405284410","imei2":"145954405284410","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135356,"job_number":"JOB_135356","tr_customer_id":135373,"tr_customer_product_id":135363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:23.000Z","modified_at":"2025-12-23T02:57:23.000Z","name":"Sha A","mobile_number":"9876543110","email_id":"sha@gmail.com","dop":"2025-11-04","serial_number":"184213046267218","imei1":"184213046267218","imei2":"184213046267218","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135355,"job_number":"JOB_135355","tr_customer_id":135372,"tr_customer_product_id":135362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:57:22.000Z","modified_at":"2025-12-23T02:57:22.000Z","name":"Zeen A","mobile_number":"7867867867","email_id":"zeen@gmail.com","dop":"2025-11-04","serial_number":"162868821699389","imei1":"162868821699389","imei2":"162868821699389","popurl":"2025-11-04T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2025-12-23T02:57:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Accept-Language | en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 68a8d473-f7a8-4d31-b518-f59f0f7095b5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 56 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-BFaN2KXiOcshEc4maGiyHodPSdU" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6928a665-1b79-4f8e-a223-ff8614258a83 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4bb49f59-41e4-44ab-b19c-df5773a33456 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-JXduv3VmAUFdSZLUCyBAjoEDYfs" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":5},{"label":"Repair completed","key":"repair_completed","count":170}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 69ad08ec-bf42-4555-b909-99e4aea3b643 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{"details_key":"pending_for_repair"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1340-HhPfGbWcCVNmv9LMeiQYpDJ6eVM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:24.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:42:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | cfdfa563-1207-47a2-b690-849589024629 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f46a5405-7941-44be-ada3-17ccfadc86cf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1733-m6r2Cer77aNKomACMQXTd5BPGXA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:24.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:42:24.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":135862,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:42:20.000Z"}],"quatations":[]},{"id":135807,"job_number":"JOB_135807","tr_customer_id":135824,"tr_customer_product_id":135814,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:53.000Z","modified_at":"2025-12-23T07:06:59.000Z","name":"Alivia Collins","mobile_number":"338-810-9907","email_id":"Aliya.Goodwin@yahoo.com","dop":"2025-04-06","serial_number":"13181058116411","imei1":"13181058116411","imei2":"13181058116411","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:59.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135807,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:53.000Z"}],"quatations":[]},{"id":135804,"job_number":"JOB_135804","tr_customer_id":135821,"tr_customer_product_id":135811,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:45.000Z","modified_at":"2025-12-23T07:06:51.000Z","name":"Liliana Boehm","mobile_number":"343-284-8291","email_id":"Jefferey75@hotmail.com","dop":"2025-04-06","serial_number":"19216061074756","imei1":"19216061074756","imei2":"19216061074756","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135804,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:45.000Z"}],"quatations":[]},{"id":135801,"job_number":"JOB_135801","tr_customer_id":135818,"tr_customer_product_id":135808,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:06:36.000Z","modified_at":"2025-12-23T07:06:43.000Z","name":"Yasmeen Flatley","mobile_number":"997-394-5039","email_id":"Bridie_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"17643559527732","imei1":"17643559527732","imei2":"17643559527732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T07:06:43.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135801,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T07:06:36.000Z"}],"quatations":[]},{"id":135660,"job_number":"JOB_135660","tr_customer_id":135677,"tr_customer_product_id":135667,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:23:42.000Z","modified_at":"2025-12-23T06:33:03.000Z","name":"Kartik P","mobile_number":"9876543212","email_id":"kartik@gmail.com","dop":"2025-09-09","serial_number":"14390826245367","imei1":"14390826245367","imei2":"14390826245367","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2025-12-23T06:33:03.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":1,"name":"Smartphone is running slow","tr_job_head_id":135660,"remark":"Battery Issue","added_by":"fd fd","role_name":"FrontDesk","created_at":"2025-12-23T06:23:42.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f196024-710f-4cd5-a0e8-d2710f458226 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDR9.3AtbsxtxIHY9dCIKhNDaVrsWCS-VSrLjKzO8uj4s3cg |
| Content-Type | application/json |
| Accept | application/json, text/plain, */* |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d481afb9-18f2-49a0-8763-f76aa4801403 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 136 |
{
"job_id":135862,
"problems": [
{
"id": 3,
"remark": "Reinstalled OS"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 92081f3c-1ce7-4f23-943d-a21974378c82 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 55 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-6/bBqJn4SnnSMgjqrxwlp9WfYa8" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b9b2ae9c-ed02-4797-8e4a-3a4ab8a22eb8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:26 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8b2ffae3-4a07-4596-a03d-1788e15e5eeb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-s+7eKaxe41Va9Co/WWz3v+SOxtk" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":3},{"label":"QC Completed","key":"qc_completed","count":168},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d5e22134-d083-4969-8d6b-075374ea10b5 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f4f9f40d-82bd-43a8-9783-9aed093bba41 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"28982-S32ddrZ5M7wre2MTmIuB5k0Cpj0" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:27 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135858,"job_number":"JOB_135858","tr_customer_id":135875,"tr_customer_product_id":135865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:38.000Z","modified_at":"2025-12-23T07:42:18.000Z","name":"Karine Raynor","mobile_number":"482-363-5203","email_id":"Woodrow73@yahoo.com","dop":"2025-04-06","serial_number":"10334812271808","imei1":"10334812271808","imei2":"10334812271808","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135848,"job_number":"JOB_135848","tr_customer_id":135865,"tr_customer_product_id":135855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:28:00.000Z","modified_at":"2025-12-23T07:28:11.000Z","name":"Arlene Mayert","mobile_number":"948-928-1263","email_id":"Monty_Glover@yahoo.com","dop":"2025-11-30","serial_number":"12483480378182","imei1":"12483480378182","imei2":"12483480378182","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135844,"job_number":"JOB_135844","tr_customer_id":135861,"tr_customer_product_id":135851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:45.000Z","modified_at":"2025-12-23T07:27:56.000Z","name":"Riley Wehner","mobile_number":"440-254-5691","email_id":"Bertram_Price10@gmail.com","dop":"2025-11-30","serial_number":"16120765081874","imei1":"16120765081874","imei2":"16120765081874","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135840,"job_number":"JOB_135840","tr_customer_id":135857,"tr_customer_product_id":135847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:27:29.000Z","modified_at":"2025-12-23T07:27:41.000Z","name":"Lucio Carter","mobile_number":"906-233-6523","email_id":"Davonte.Greenholt26@hotmail.com","dop":"2025-11-30","serial_number":"10560951071029","imei1":"10560951071029","imei2":"10560951071029","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:27:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135836,"job_number":"JOB_135836","tr_customer_id":135853,"tr_customer_product_id":135843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:25:18.000Z","modified_at":"2025-12-23T07:25:37.000Z","name":"Icie Senger","mobile_number":"211-341-9716","email_id":"Zita.Cartwright92@gmail.com","dop":"2025-04-06","serial_number":"12150843680984","imei1":"12150843680984","imei2":"12150843680984","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:25:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135827,"job_number":"JOB_135827","tr_customer_id":135844,"tr_customer_product_id":135834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:18:39.000Z","modified_at":"2025-12-23T07:18:59.000Z","name":"Chelsie Doyle","mobile_number":"897-826-7124","email_id":"Matilde_Rowe48@hotmail.com","dop":"2025-04-06","serial_number":"18295366894612","imei1":"18295366894612","imei2":"18295366894612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:18:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135816,"job_number":"JOB_135816","tr_customer_id":135833,"tr_customer_product_id":135823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:57.000Z","modified_at":"2025-12-23T07:12:19.000Z","name":"Lenna Turner","mobile_number":"212-775-8188","email_id":"Shaylee.Kertzmann@yahoo.com","dop":"2025-04-06","serial_number":"14512380843081","imei1":"14512380843081","imei2":"14512380843081","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:12:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135813,"job_number":"JOB_135813","tr_customer_id":135830,"tr_customer_product_id":135820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:31.000Z","modified_at":"2025-12-23T07:11:53.000Z","name":"Casey Ullrich","mobile_number":"844-355-9580","email_id":"Ramon84@gmail.com","dop":"2025-04-06","serial_number":"11951006159022","imei1":"11951006159022","imei2":"11951006159022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135810,"job_number":"JOB_135810","tr_customer_id":135827,"tr_customer_product_id":135817,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:11:05.000Z","modified_at":"2025-12-23T07:11:27.000Z","name":"Blanche Bode","mobile_number":"641-953-4761","email_id":"Clovis.Dickinson@gmail.com","dop":"2025-04-06","serial_number":"16614299029836","imei1":"16614299029836","imei2":"16614299029836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:11:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135798,"job_number":"JOB_135798","tr_customer_id":135815,"tr_customer_product_id":135805,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:41.000Z","modified_at":"2025-12-23T07:04:19.000Z","name":"Billie Schamberger","mobile_number":"452-835-5905","email_id":"Jacey.Torp65@yahoo.com","dop":"2025-04-06","serial_number":"17106538622012","imei1":"17106538622012","imei2":"17106538622012","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:04:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135795,"job_number":"JOB_135795","tr_customer_id":135812,"tr_customer_product_id":135802,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:38.000Z","modified_at":"2025-12-23T07:03:50.000Z","name":"Franco Tromp","mobile_number":"595-228-1762","email_id":"Abe.Hermiston@gmail.com","dop":"2025-11-30","serial_number":"15693284083201","imei1":"15693284083201","imei2":"15693284083201","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135791,"job_number":"JOB_135791","tr_customer_id":135808,"tr_customer_product_id":135798,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:21.000Z","modified_at":"2025-12-23T07:03:33.000Z","name":"Alfreda Fisher","mobile_number":"304-290-6139","email_id":"Clifton_Jacobs@yahoo.com","dop":"2025-11-30","serial_number":"15559909350071","imei1":"15559909350071","imei2":"15559909350071","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135787,"job_number":"JOB_135787","tr_customer_id":135804,"tr_customer_product_id":135794,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:03:05.000Z","modified_at":"2025-12-23T07:03:17.000Z","name":"Demario Dickinson","mobile_number":"587-993-1150","email_id":"Noble_OKeefe32@gmail.com","dop":"2025-11-30","serial_number":"12687575537293","imei1":"12687575537293","imei2":"12687575537293","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:03:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135784,"job_number":"JOB_135784","tr_customer_id":135801,"tr_customer_product_id":135791,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:00:53.000Z","modified_at":"2025-12-23T07:01:29.000Z","name":"Adah Miller","mobile_number":"871-673-6971","email_id":"Danial52@hotmail.com","dop":"2025-04-06","serial_number":"10618407460619","imei1":"10618407460619","imei2":"10618407460619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135781,"job_number":"JOB_135781","tr_customer_id":135798,"tr_customer_product_id":135788,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:19.000Z","modified_at":"2025-12-23T06:56:31.000Z","name":"Bryana Murphy","mobile_number":"588-282-4432","email_id":"Jordan53@gmail.com","dop":"2025-11-30","serial_number":"18865480177235","imei1":"18865480177235","imei2":"18865480177235","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135777,"job_number":"JOB_135777","tr_customer_id":135794,"tr_customer_product_id":135784,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:56:02.000Z","modified_at":"2025-12-23T06:56:14.000Z","name":"Shawna Kessler","mobile_number":"960-703-7281","email_id":"Sylvester98@gmail.com","dop":"2025-11-30","serial_number":"16570342217117","imei1":"16570342217117","imei2":"16570342217117","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135773,"job_number":"JOB_135773","tr_customer_id":135790,"tr_customer_product_id":135780,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:55:45.000Z","modified_at":"2025-12-23T06:55:57.000Z","name":"Amir Haley","mobile_number":"619-920-7333","email_id":"Mireya.Barton@hotmail.com","dop":"2025-11-30","serial_number":"12688132771682","imei1":"12688132771682","imei2":"12688132771682","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:55:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135770,"job_number":"JOB_135770","tr_customer_id":135787,"tr_customer_product_id":135777,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:48:00.000Z","modified_at":"2025-12-23T06:48:41.000Z","name":"Dwight Mante","mobile_number":"381-870-7971","email_id":"Daisha0@hotmail.com","dop":"2025-04-06","serial_number":"13796997374416","imei1":"13796997374416","imei2":"13796997374416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135766,"job_number":"JOB_135766","tr_customer_id":135783,"tr_customer_product_id":135773,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:47:12.000Z","modified_at":"2025-12-23T06:47:53.000Z","name":"Otto Armstrong","mobile_number":"929-717-2471","email_id":"Marguerite.Rutherford@yahoo.com","dop":"2025-04-06","serial_number":"18767622557862","imei1":"18767622557862","imei2":"18767622557862","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135762,"job_number":"JOB_135762","tr_customer_id":135779,"tr_customer_product_id":135769,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:47:05.000Z","name":"Mckayla Sipes","mobile_number":"894-465-2690","email_id":"Laury_Jerde@gmail.com","dop":"2025-04-06","serial_number":"13507417195374","imei1":"13507417195374","imei2":"13507417195374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:47:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135760,"job_number":"JOB_135760","tr_customer_id":135777,"tr_customer_product_id":135767,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:46:24.000Z","modified_at":"2025-12-23T06:46:59.000Z","name":"Maximo Howe","mobile_number":"899-784-6418","email_id":"Emmitt84@gmail.com","dop":"2025-04-06","serial_number":"16573599140322","imei1":"16573599140322","imei2":"16573599140322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:46:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135758,"job_number":"JOB_135758","tr_customer_id":135775,"tr_customer_product_id":135765,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:47.000Z","modified_at":"2025-12-23T06:43:23.000Z","name":"Vergie Wiegand","mobile_number":"570-537-0691","email_id":"Tania_McLaughlin@yahoo.com","dop":"2025-04-06","serial_number":"11917961324695","imei1":"11917961324695","imei2":"11917961324695","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:43:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135755,"job_number":"JOB_135755","tr_customer_id":135772,"tr_customer_product_id":135762,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:42:05.000Z","modified_at":"2025-12-23T06:42:40.000Z","name":"Aletha Block","mobile_number":"581-523-1376","email_id":"Emmy_Hegmann@yahoo.com","dop":"2025-04-06","serial_number":"12592694835446","imei1":"12592694835446","imei2":"12592694835446","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135752,"job_number":"JOB_135752","tr_customer_id":135769,"tr_customer_product_id":135759,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:23.000Z","modified_at":"2025-12-23T06:41:58.000Z","name":"Esperanza Bechtelar","mobile_number":"834-309-3238","email_id":"Kaylah_Gleichner45@hotmail.com","dop":"2025-04-06","serial_number":"10750215236367","imei1":"10750215236367","imei2":"10750215236367","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135749,"job_number":"JOB_135749","tr_customer_id":135766,"tr_customer_product_id":135756,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:19.000Z","modified_at":"2025-12-23T06:41:55.000Z","name":"Reuben Willms","mobile_number":"547-960-2476","email_id":"Rosetta34@yahoo.com","dop":"2025-04-06","serial_number":"14846067882927","imei1":"14846067882927","imei2":"14846067882927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135747,"job_number":"JOB_135747","tr_customer_id":135764,"tr_customer_product_id":135754,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:41:12.000Z","modified_at":"2025-12-23T06:41:52.000Z","name":"Edyth Kshlerin","mobile_number":"812-855-2104","email_id":"Leon99@yahoo.com","dop":"2025-04-06","serial_number":"19314258265567","imei1":"19314258265567","imei2":"19314258265567","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:41:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135746,"job_number":"JOB_135746","tr_customer_id":135763,"tr_customer_product_id":135753,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:37.000Z","modified_at":"2025-12-23T06:39:43.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"922427579833836","imei1":"922427579833836","imei2":"922427579833836","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135744,"job_number":"JOB_135744","tr_customer_id":135761,"tr_customer_product_id":135751,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:29.000Z","modified_at":"2025-12-23T06:39:35.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"613368014071377","imei1":"613368014071377","imei2":"613368014071377","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135742,"job_number":"JOB_135742","tr_customer_id":135759,"tr_customer_product_id":135749,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:39:21.000Z","modified_at":"2025-12-23T06:39:27.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"979240442135133","imei1":"979240442135133","imei2":"979240442135133","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:39:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135733,"job_number":"JOB_135733","tr_customer_id":135750,"tr_customer_product_id":135740,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:08.000Z","modified_at":"2025-12-23T06:35:43.000Z","name":"Roberto Hilpert","mobile_number":"823-588-0229","email_id":"Johnnie_Mante@hotmail.com","dop":"2025-04-06","serial_number":"19756108633082","imei1":"19756108633082","imei2":"19756108633082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135716,"job_number":"JOB_135716","tr_customer_id":135733,"tr_customer_product_id":135723,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:26.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Wilmer Boehm","mobile_number":"345-322-8959","email_id":"Keith98@yahoo.com","dop":"2025-04-06","serial_number":"16475489717738","imei1":"16475489717738","imei2":"16475489717738","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135708,"job_number":"JOB_135708","tr_customer_id":135725,"tr_customer_product_id":135715,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:44.000Z","modified_at":"2025-12-23T06:34:19.000Z","name":"Eleanore Collier","mobile_number":"266-514-0757","email_id":"Lafayette_Considine64@yahoo.com","dop":"2025-04-06","serial_number":"18065736979816","imei1":"18065736979816","imei2":"18065736979816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135703,"job_number":"JOB_135703","tr_customer_id":135720,"tr_customer_product_id":135710,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:02.000Z","modified_at":"2025-12-23T06:33:38.000Z","name":"Josefa Roberts","mobile_number":"226-471-1212","email_id":"Cale58@hotmail.com","dop":"2025-04-06","serial_number":"10753036319559","imei1":"10753036319559","imei2":"10753036319559","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:33:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135701,"job_number":"JOB_135701","tr_customer_id":135718,"tr_customer_product_id":135708,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:30:19.000Z","modified_at":"2025-12-23T06:30:54.000Z","name":"Eula Spinka","mobile_number":"856-295-6859","email_id":"Sydney_Kunze27@hotmail.com","dop":"2025-04-06","serial_number":"12556461232868","imei1":"12556461232868","imei2":"12556461232868","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135698,"job_number":"JOB_135698","tr_customer_id":135715,"tr_customer_product_id":135705,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:37.000Z","modified_at":"2025-12-23T06:30:12.000Z","name":"Bailey Brown","mobile_number":"575-415-9567","email_id":"Justyn2@gmail.com","dop":"2025-04-06","serial_number":"17782285070519","imei1":"17782285070519","imei2":"17782285070519","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:30:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135696,"job_number":"JOB_135696","tr_customer_id":135713,"tr_customer_product_id":135703,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:31.000Z","modified_at":"2025-12-23T06:29:36.000Z","name":"ankit s","mobile_number":"456321889","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"613966138851648","imei1":"613966138851648","imei2":"613966138851648","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135694,"job_number":"JOB_135694","tr_customer_id":135711,"tr_customer_product_id":135701,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:28.000Z","modified_at":"2025-12-23T06:29:39.000Z","name":"Chyna Satterfield","mobile_number":"963-779-6869","email_id":"Trace_Adams@yahoo.com","dop":"2025-12-16","serial_number":"11539377419120","imei1":"11539377419120","imei2":"11539377419120","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135692,"job_number":"JOB_135692","tr_customer_id":135709,"tr_customer_product_id":135699,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:24.000Z","modified_at":"2025-12-23T06:29:29.000Z","name":"smruti s","mobile_number":"456326789","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"904434074539769","imei1":"904434074539769","imei2":"904434074539769","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135690,"job_number":"JOB_135690","tr_customer_id":135707,"tr_customer_product_id":135697,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:17.000Z","modified_at":"2025-12-23T06:29:22.000Z","name":"pragati p","mobile_number":"456321789","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"775601065977335","imei1":"775601065977335","imei2":"775601065977335","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135688,"job_number":"JOB_135688","tr_customer_id":135705,"tr_customer_product_id":135695,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:14.000Z","modified_at":"2025-12-23T06:29:25.000Z","name":"Billy Huel","mobile_number":"446-619-8088","email_id":"Adeline.Becker@yahoo.com","dop":"2025-12-16","serial_number":"13867536185619","imei1":"13867536185619","imei2":"13867536185619","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135686,"job_number":"JOB_135686","tr_customer_id":135703,"tr_customer_product_id":135693,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:29:00.000Z","modified_at":"2025-12-23T06:29:10.000Z","name":"Bettye Murazik","mobile_number":"930-860-0328","email_id":"Nikita60@hotmail.com","dop":"2025-12-16","serial_number":"10080456343932","imei1":"10080456343932","imei2":"10080456343932","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135683,"job_number":"JOB_135683","tr_customer_id":135700,"tr_customer_product_id":135690,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:28:55.000Z","modified_at":"2025-12-23T06:29:30.000Z","name":"Isai Emard","mobile_number":"767-547-5718","email_id":"Frederick.Wilkinson76@yahoo.com","dop":"2025-04-06","serial_number":"13064057844035","imei1":"13064057844035","imei2":"13064057844035","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:29:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135674,"job_number":"JOB_135674","tr_customer_id":135691,"tr_customer_product_id":135681,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:27:34.000Z","modified_at":"2025-12-23T06:28:11.000Z","name":"Brant Krajcik","mobile_number":"349-301-3160","email_id":"Arvel_Gislason@gmail.com","dop":"2025-04-06","serial_number":"13834066872049","imei1":"13834066872049","imei2":"13834066872049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135671,"job_number":"JOB_135671","tr_customer_id":135688,"tr_customer_product_id":135678,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:51.000Z","modified_at":"2025-12-23T06:27:27.000Z","name":"Wilton Schaefer","mobile_number":"437-241-2787","email_id":"Nash.Kuhlman@hotmail.com","dop":"2025-04-06","serial_number":"17339278739258","imei1":"17339278739258","imei2":"17339278739258","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:27:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135668,"job_number":"JOB_135668","tr_customer_id":135685,"tr_customer_product_id":135675,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:26:07.000Z","modified_at":"2025-12-23T06:26:44.000Z","name":"Madisen Kassulke","mobile_number":"626-941-8108","email_id":"Carolina.Grady33@yahoo.com","dop":"2025-04-06","serial_number":"15624597387759","imei1":"15624597387759","imei2":"15624597387759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:26:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135666,"job_number":"JOB_135666","tr_customer_id":135683,"tr_customer_product_id":135673,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:16.000Z","modified_at":"2025-12-23T06:25:21.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"637601521403040","imei1":"637601521403040","imei2":"637601521403040","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135664,"job_number":"JOB_135664","tr_customer_id":135681,"tr_customer_product_id":135671,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:09.000Z","modified_at":"2025-12-23T06:25:14.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"518404745307776","imei1":"518404745307776","imei2":"518404745307776","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135662,"job_number":"JOB_135662","tr_customer_id":135679,"tr_customer_product_id":135669,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:25:02.000Z","modified_at":"2025-12-23T06:25:07.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"761373864256319","imei1":"761373864256319","imei2":"761373864256319","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:25:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135659,"job_number":"JOB_135659","tr_customer_id":135676,"tr_customer_product_id":135666,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:27.000Z","modified_at":"2025-12-23T06:22:32.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"a@gmail.com","dop":"2025-09-08","serial_number":"302504363898690","imei1":"302504363898690","imei2":"302504363898690","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135657,"job_number":"JOB_135657","tr_customer_id":135674,"tr_customer_product_id":135664,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:21.000Z","modified_at":"2025-12-23T06:22:26.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"s@gmail.com","dop":"2025-09-08","serial_number":"45839381189515","imei1":"45839381189515","imei2":"45839381189515","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135653,"job_number":"JOB_135653","tr_customer_id":135670,"tr_customer_product_id":135660,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:15.000Z","modified_at":"2025-12-23T06:22:50.000Z","name":"Nathanael Weimann","mobile_number":"435-999-3663","email_id":"Fannie_Senger82@yahoo.com","dop":"2025-06-18","serial_number":"10697902675049","imei1":"10697902675049","imei2":"10697902675049","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135651,"job_number":"JOB_135651","tr_customer_id":135668,"tr_customer_product_id":135658,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:22:14.000Z","modified_at":"2025-12-23T06:22:19.000Z","name":"{{$first_name}} {{$last_name}}","mobile_number":"{{$mobile_number}}","email_id":"p@gmail.com","dop":"2025-09-08","serial_number":"994900266125028","imei1":"994900266125028","imei2":"994900266125028","popurl":"2025-09-08T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135648,"job_number":"JOB_135648","tr_customer_id":135665,"tr_customer_product_id":135655,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:21:34.000Z","modified_at":"2025-12-23T06:22:09.000Z","name":"Keith Nicolas","mobile_number":"785-632-1884","email_id":"Jordon72@hotmail.com","dop":"2025-06-18","serial_number":"10019780389821","imei1":"10019780389821","imei2":"10019780389821","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:22:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135609,"job_number":"JOB_135609","tr_customer_id":135626,"tr_customer_product_id":135616,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:54:49.000Z","modified_at":"2025-12-23T04:55:28.000Z","name":"Lulu Windler","mobile_number":"784-488-8833","email_id":"Jasper63@hotmail.com","dop":"2025-04-06","serial_number":"11626887227959","imei1":"11626887227959","imei2":"11626887227959","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:55:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135607,"job_number":"JOB_135607","tr_customer_id":135624,"tr_customer_product_id":135614,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:42:02.000Z","modified_at":"2025-12-23T04:42:38.000Z","name":"Alexa Osinski","mobile_number":"659-212-2393","email_id":"Nellie16@gmail.com","dop":"2025-04-06","serial_number":"11043554278226","imei1":"11043554278226","imei2":"11043554278226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135606,"job_number":"JOB_135606","tr_customer_id":135623,"tr_customer_product_id":135613,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:56.000Z","modified_at":"2025-12-23T04:42:07.000Z","name":"Doug Wuckert","mobile_number":"732-369-5214","email_id":"Veronica_OConnell@gmail.com","dop":"2025-07-01","serial_number":"101164887950276","imei1":"101164887950276","imei2":"101164887950276","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:42:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135604,"job_number":"JOB_135604","tr_customer_id":135621,"tr_customer_product_id":135611,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:41:42.000Z","modified_at":"2025-12-23T04:41:53.000Z","name":"Corene Torp","mobile_number":"216-657-8371","email_id":"Caleb.Quitzon47@yahoo.com","dop":"2025-07-01","serial_number":"107335898626162","imei1":"107335898626162","imei2":"107335898626162","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:41:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135590,"job_number":"JOB_135590","tr_customer_id":135607,"tr_customer_product_id":135597,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:28:09.000Z","modified_at":"2025-12-23T04:59:11.000Z","name":"Tom cruise","mobile_number":"9898787876","email_id":"tom.cruiseee@yopmail.com","dop":"2025-10-05","serial_number":"12121212123435","imei1":"12121212123435","imei2":"12121212123435","popurl":"2025-10-05T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:59:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135588,"job_number":"JOB_135588","tr_customer_id":135605,"tr_customer_product_id":135595,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:25:59.000Z","modified_at":"2025-12-23T04:26:39.000Z","name":"Gino Robel","mobile_number":"878-759-9789","email_id":"Presley65@yahoo.com","dop":"2025-04-06","serial_number":"16514525088483","imei1":"16514525088483","imei2":"16514525088483","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:26:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135556,"job_number":"JOB_135556","tr_customer_id":135573,"tr_customer_product_id":135563,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:51:35.000Z","modified_at":"2025-12-23T03:52:10.000Z","name":"Emmalee Bartoletti","mobile_number":"663-215-0172","email_id":"Willie_Harber@gmail.com","dop":"2025-04-06","serial_number":"14155719364189","imei1":"14155719364189","imei2":"14155719364189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:52:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135551,"job_number":"JOB_135551","tr_customer_id":135568,"tr_customer_product_id":135558,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:44.000Z","modified_at":"2025-12-23T03:50:20.000Z","name":"Demarcus Ondricka","mobile_number":"973-348-1063","email_id":"Bridgette_Barrows96@hotmail.com","dop":"2025-04-06","serial_number":"13104084771440","imei1":"13104084771440","imei2":"13104084771440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135548,"job_number":"JOB_135548","tr_customer_id":135565,"tr_customer_product_id":135555,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:37.000Z","modified_at":"2025-12-23T03:50:16.000Z","name":"Cyril Ferry","mobile_number":"956-387-3812","email_id":"Scarlett_Mosciski19@yahoo.com","dop":"2025-04-06","serial_number":"10611672480869","imei1":"10611672480869","imei2":"10611672480869","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135545,"job_number":"JOB_135545","tr_customer_id":135562,"tr_customer_product_id":135552,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:21.000Z","modified_at":"2025-12-23T03:50:00.000Z","name":"Buster McDermott","mobile_number":"578-327-8107","email_id":"Murphy_Bergnaum@hotmail.com","dop":"2025-04-06","serial_number":"16901598398759","imei1":"16901598398759","imei2":"16901598398759","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135539,"job_number":"JOB_135539","tr_customer_id":135556,"tr_customer_product_id":135546,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:04.000Z","modified_at":"2025-12-23T03:49:43.000Z","name":"Roberta Macejkovic","mobile_number":"793-922-8910","email_id":"Regan22@gmail.com","dop":"2025-04-06","serial_number":"13470958542067","imei1":"13470958542067","imei2":"13470958542067","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135536,"job_number":"JOB_135536","tr_customer_id":135553,"tr_customer_product_id":135543,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:02.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Dashawn Schulist","mobile_number":"910-407-2784","email_id":"Albertha.Bartell@gmail.com","dop":"2025-04-06","serial_number":"12521948260241","imei1":"12521948260241","imei2":"12521948260241","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135527,"job_number":"JOB_135527","tr_customer_id":135544,"tr_customer_product_id":135534,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:50.000Z","modified_at":"2025-12-23T03:49:29.000Z","name":"Ashly Willms","mobile_number":"581-736-2682","email_id":"Kathryn37@yahoo.com","dop":"2025-04-06","serial_number":"18676213109885","imei1":"18676213109885","imei2":"18676213109885","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135524,"job_number":"JOB_135524","tr_customer_id":135541,"tr_customer_product_id":135531,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:49.000Z","modified_at":"2025-12-23T03:49:27.000Z","name":"Onie Ziemann","mobile_number":"211-979-3945","email_id":"Liliane42@gmail.com","dop":"2025-04-06","serial_number":"19878486319900","imei1":"19878486319900","imei2":"19878486319900","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135522,"job_number":"JOB_135522","tr_customer_id":135539,"tr_customer_product_id":135529,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:40.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Kendra Botsford","mobile_number":"341-307-0200","email_id":"Bert.Buckridge56@hotmail.com","dop":"2025-12-16","serial_number":"10399885239381","imei1":"10399885239381","imei2":"10399885239381","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135516,"job_number":"JOB_135516","tr_customer_id":135533,"tr_customer_product_id":135523,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:35.000Z","modified_at":"2025-12-23T03:49:14.000Z","name":"Mireille Weimann","mobile_number":"941-933-0638","email_id":"Reagan_Purdy44@hotmail.com","dop":"2025-04-06","serial_number":"12260670199235","imei1":"12260670199235","imei2":"12260670199235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135514,"job_number":"JOB_135514","tr_customer_id":135531,"tr_customer_product_id":135521,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:25.000Z","modified_at":"2025-12-23T03:48:36.000Z","name":"Lexi Goldner","mobile_number":"317-232-2869","email_id":"Eunice.Thompson99@gmail.com","dop":"2025-12-16","serial_number":"18565425275590","imei1":"18565425275590","imei2":"18565425275590","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135510,"job_number":"JOB_135510","tr_customer_id":135527,"tr_customer_product_id":135517,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:58.000Z","name":"Pinkie Goodwin","mobile_number":"948-683-6476","email_id":"Anderson82@yahoo.com","dop":"2025-04-06","serial_number":"14227968444126","imei1":"14227968444126","imei2":"14227968444126","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135509,"job_number":"JOB_135509","tr_customer_id":135526,"tr_customer_product_id":135516,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:19.000Z","modified_at":"2025-12-23T03:48:55.000Z","name":"Francesca Crona","mobile_number":"421-289-4035","email_id":"Emerald.Hills63@yahoo.com","dop":"2025-04-06","serial_number":"16510534896095","imei1":"16510534896095","imei2":"16510534896095","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135505,"job_number":"JOB_135505","tr_customer_id":135522,"tr_customer_product_id":135512,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:17.000Z","modified_at":"2025-12-23T03:48:56.000Z","name":"David Fadel","mobile_number":"659-680-2709","email_id":"Cloyd_Adams@gmail.com","dop":"2025-04-06","serial_number":"19264960559685","imei1":"19264960559685","imei2":"19264960559685","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135499,"job_number":"JOB_135499","tr_customer_id":135516,"tr_customer_product_id":135506,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Roxanne Cronin","mobile_number":"446-284-3885","email_id":"Merl_Borer44@hotmail.com","dop":"2025-04-06","serial_number":"12966594125403","imei1":"12966594125403","imei2":"12966594125403","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135497,"job_number":"JOB_135497","tr_customer_id":135514,"tr_customer_product_id":135504,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:10.000Z","modified_at":"2025-12-23T03:48:21.000Z","name":"Izaiah Konopelski","mobile_number":"239-419-5552","email_id":"Charity80@gmail.com","dop":"2025-12-16","serial_number":"10529340976012","imei1":"10529340976012","imei2":"10529340976012","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135494,"job_number":"JOB_135494","tr_customer_id":135511,"tr_customer_product_id":135501,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:04.000Z","modified_at":"2025-12-23T03:48:43.000Z","name":"Rex Steuber","mobile_number":"655-262-0904","email_id":"Christop24@yahoo.com","dop":"2025-04-06","serial_number":"10507509511533","imei1":"10507509511533","imei2":"10507509511533","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135491,"job_number":"JOB_135491","tr_customer_id":135508,"tr_customer_product_id":135498,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:03.000Z","modified_at":"2025-12-23T03:48:41.000Z","name":"Judd Kuhn","mobile_number":"522-804-6841","email_id":"Braeden23@hotmail.com","dop":"2025-04-06","serial_number":"11874092005361","imei1":"11874092005361","imei2":"11874092005361","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135478,"job_number":"JOB_135478","tr_customer_id":135495,"tr_customer_product_id":135485,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:49.000Z","modified_at":"2025-12-23T03:48:27.000Z","name":"Ronny Mills","mobile_number":"684-803-7038","email_id":"Rafael28@gmail.com","dop":"2025-04-06","serial_number":"12420013965650","imei1":"12420013965650","imei2":"12420013965650","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135471,"job_number":"JOB_135471","tr_customer_id":135488,"tr_customer_product_id":135478,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:35.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Lauryn Gerhold","mobile_number":"445-236-9881","email_id":"Price.Koss@hotmail.com","dop":"2025-04-06","serial_number":"15593797138602","imei1":"15593797138602","imei2":"15593797138602","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135469,"job_number":"JOB_135469","tr_customer_id":135486,"tr_customer_product_id":135476,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:34.000Z","modified_at":"2025-12-23T03:48:12.000Z","name":"Hermina Ernser","mobile_number":"696-833-7880","email_id":"Preston11@hotmail.com","dop":"2025-04-06","serial_number":"16687172012188","imei1":"16687172012188","imei2":"16687172012188","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135463,"job_number":"JOB_135463","tr_customer_id":135480,"tr_customer_product_id":135470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:31.000Z","modified_at":"2025-12-23T03:48:04.000Z","name":"Terrell King","mobile_number":"519-274-2327","email_id":"Andreanne_Thiel94@yahoo.com","dop":"2025-04-06","serial_number":"14470644555260","imei1":"14470644555260","imei2":"14470644555260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135461,"job_number":"JOB_135461","tr_customer_id":135478,"tr_customer_product_id":135468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:30.000Z","modified_at":"2025-12-23T03:48:09.000Z","name":"Hoyt Wolf","mobile_number":"855-589-6186","email_id":"Travon89@gmail.com","dop":"2025-04-06","serial_number":"16288130385029","imei1":"16288130385029","imei2":"16288130385029","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135455,"job_number":"JOB_135455","tr_customer_id":135472,"tr_customer_product_id":135462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:26.000Z","modified_at":"2025-12-23T03:48:03.000Z","name":"Cynthia Schaefer","mobile_number":"298-432-2421","email_id":"Stella.Schuster22@yahoo.com","dop":"2025-06-18","serial_number":"10924099986394","imei1":"10924099986394","imei2":"10924099986394","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135451,"job_number":"JOB_135451","tr_customer_id":135468,"tr_customer_product_id":135458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:17.000Z","modified_at":"2025-12-23T03:47:55.000Z","name":"Lavinia Paucek","mobile_number":"347-814-9483","email_id":"Nils19@gmail.com","dop":"2025-04-06","serial_number":"12845193446143","imei1":"12845193446143","imei2":"12845193446143","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135446,"job_number":"JOB_135446","tr_customer_id":135463,"tr_customer_product_id":135453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:12.000Z","modified_at":"2025-12-23T03:47:48.000Z","name":"Trystan Shanahan","mobile_number":"855-283-7673","email_id":"Tracy_Paucek@gmail.com","dop":"2025-04-06","serial_number":"17561354330147","imei1":"17561354330147","imei2":"17561354330147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135441,"job_number":"JOB_135441","tr_customer_id":135458,"tr_customer_product_id":135448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:04.000Z","name":"Murphy Flatley","mobile_number":"746-304-1083","email_id":"Aleen.Jerde@hotmail.com","dop":"2025-11-30","serial_number":"12878986168062","imei1":"12878986168062","imei2":"12878986168062","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135438,"job_number":"JOB_135438","tr_customer_id":135455,"tr_customer_product_id":135445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:52.000Z","modified_at":"2025-12-23T03:47:25.000Z","name":"Aracely Spinka","mobile_number":"740-991-8285","email_id":"Casimer_McKenzie76@yahoo.com","dop":"2025-04-06","serial_number":"10346136822031","imei1":"10346136822031","imei2":"10346136822031","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135435,"job_number":"JOB_135435","tr_customer_id":135452,"tr_customer_product_id":135442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:51.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Bud Prosacco","mobile_number":"316-865-8946","email_id":"Nico40@hotmail.com","dop":"2025-04-06","serial_number":"18238872887588","imei1":"18238872887588","imei2":"18238872887588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135434,"job_number":"JOB_135434","tr_customer_id":135451,"tr_customer_product_id":135441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:50.000Z","modified_at":"2025-12-23T03:47:27.000Z","name":"Sammy Cummings","mobile_number":"330-789-3026","email_id":"June62@gmail.com","dop":"2025-04-06","serial_number":"17402636257104","imei1":"17402636257104","imei2":"17402636257104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135431,"job_number":"JOB_135431","tr_customer_id":135448,"tr_customer_product_id":135438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:49.000Z","modified_at":"2025-12-23T03:47:00.000Z","name":"William Becker","mobile_number":"631-736-7195","email_id":"Amparo24@gmail.com","dop":"2025-12-16","serial_number":"12916725906981","imei1":"12916725906981","imei2":"12916725906981","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135429,"job_number":"JOB_135429","tr_customer_id":135446,"tr_customer_product_id":135436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:48.000Z","modified_at":"2025-12-23T03:47:26.000Z","name":"Katarina Kohler","mobile_number":"265-736-5222","email_id":"Jade.Wyman@yahoo.com","dop":"2025-04-06","serial_number":"16898036577042","imei1":"16898036577042","imei2":"16898036577042","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135426,"job_number":"JOB_135426","tr_customer_id":135443,"tr_customer_product_id":135433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:41.000Z","modified_at":"2025-12-23T03:47:18.000Z","name":"Angie Hane","mobile_number":"467-511-3705","email_id":"Jody65@yahoo.com","dop":"2025-06-18","serial_number":"10270334056024","imei1":"10270334056024","imei2":"10270334056024","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135422,"job_number":"JOB_135422","tr_customer_id":135439,"tr_customer_product_id":135429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:37.000Z","modified_at":"2025-12-23T03:46:48.000Z","name":"Cortez Carroll","mobile_number":"393-547-1150","email_id":"Asa.Labadie@gmail.com","dop":"2025-11-30","serial_number":"19129573664032","imei1":"19129573664032","imei2":"19129573664032","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135420,"job_number":"JOB_135420","tr_customer_id":135437,"tr_customer_product_id":135427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:33.000Z","modified_at":"2025-12-23T03:46:44.000Z","name":"Jalon Mohr","mobile_number":"475-454-0987","email_id":"Wyatt_Douglas84@hotmail.com","dop":"2025-12-16","serial_number":"13197303401839","imei1":"13197303401839","imei2":"13197303401839","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135416,"job_number":"JOB_135416","tr_customer_id":135433,"tr_customer_product_id":135423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:27.000Z","modified_at":"2025-12-23T03:47:02.000Z","name":"Lonie Maggio","mobile_number":"997-267-5675","email_id":"Nedra.Dibbert@hotmail.com","dop":"2025-04-06","serial_number":"11427706083532","imei1":"11427706083532","imei2":"11427706083532","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:47:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135413,"job_number":"JOB_135413","tr_customer_id":135430,"tr_customer_product_id":135420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:21.000Z","modified_at":"2025-12-23T03:46:32.000Z","name":"Murl Schultz","mobile_number":"737-562-8174","email_id":"Margarete.Witting25@gmail.com","dop":"2025-11-30","serial_number":"18038046255302","imei1":"18038046255302","imei2":"18038046255302","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135411,"job_number":"JOB_135411","tr_customer_id":135428,"tr_customer_product_id":135418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:18.000Z","modified_at":"2025-12-23T03:46:29.000Z","name":"Wayne Funk","mobile_number":"960-308-0126","email_id":"Shania25@yahoo.com","dop":"2025-12-16","serial_number":"17218960182181","imei1":"17218960182181","imei2":"17218960182181","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135408,"job_number":"JOB_135408","tr_customer_id":135425,"tr_customer_product_id":135415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:46:06.000Z","modified_at":"2025-12-23T03:46:43.000Z","name":"Baby Bauch","mobile_number":"289-758-8275","email_id":"Itzel_Wolff@gmail.com","dop":"2025-04-06","serial_number":"10624566534337","imei1":"10624566534337","imei2":"10624566534337","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135406,"job_number":"JOB_135406","tr_customer_id":135423,"tr_customer_product_id":135413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:59.000Z","modified_at":"2025-12-23T03:46:07.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"98880407181618","imei1":"98880407181618","imei2":"98880407181618","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135404,"job_number":"JOB_135404","tr_customer_id":135421,"tr_customer_product_id":135411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:49.000Z","modified_at":"2025-12-23T03:46:24.000Z","name":"Arden Hegmann","mobile_number":"407-369-5801","email_id":"David44@hotmail.com","dop":"2025-04-06","serial_number":"14416011072020","imei1":"14416011072020","imei2":"14416011072020","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:46:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135403,"job_number":"JOB_135403","tr_customer_id":135420,"tr_customer_product_id":135410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:45:48.000Z","modified_at":"2025-12-23T03:45:56.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"56010676238558","imei1":"56010676238558","imei2":"56010676238558","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135401,"job_number":"JOB_135401","tr_customer_id":135418,"tr_customer_product_id":135408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:53.000Z","modified_at":"2025-12-23T03:45:03.000Z","name":"Edmund Block","mobile_number":"429-221-7401","email_id":"Leta.Gibson79@gmail.com","dop":"2025-12-16","serial_number":"17406914667963","imei1":"17406914667963","imei2":"17406914667963","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:45:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135399,"job_number":"JOB_135399","tr_customer_id":135416,"tr_customer_product_id":135406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:39.000Z","modified_at":"2025-12-23T03:44:49.000Z","name":"Robert O'Kon","mobile_number":"736-720-4580","email_id":"Roscoe_Herman82@yahoo.com","dop":"2025-12-16","serial_number":"18061096430145","imei1":"18061096430145","imei2":"18061096430145","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135397,"job_number":"JOB_135397","tr_customer_id":135414,"tr_customer_product_id":135404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:44:25.000Z","modified_at":"2025-12-23T03:44:35.000Z","name":"Meredith Wiza","mobile_number":"920-592-9368","email_id":"Elmo_Lesch@gmail.com","dop":"2025-12-16","serial_number":"15231822668157","imei1":"15231822668157","imei2":"15231822668157","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:44:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135395,"job_number":"JOB_135395","tr_customer_id":135412,"tr_customer_product_id":135402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:59.000Z","modified_at":"2025-12-23T03:41:09.000Z","name":"Jackson Streich","mobile_number":"448-370-7975","email_id":"Jada62@gmail.com","dop":"2025-12-16","serial_number":"12370765082234","imei1":"12370765082234","imei2":"12370765082234","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:41:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135393,"job_number":"JOB_135393","tr_customer_id":135410,"tr_customer_product_id":135400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:46.000Z","modified_at":"2025-12-23T03:40:56.000Z","name":"Emma Hills","mobile_number":"674-436-7703","email_id":"Abagail_Gusikowski1@hotmail.com","dop":"2025-12-16","serial_number":"10391565735561","imei1":"10391565735561","imei2":"10391565735561","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135391,"job_number":"JOB_135391","tr_customer_id":135408,"tr_customer_product_id":135398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:40:33.000Z","modified_at":"2025-12-23T03:40:43.000Z","name":"Vernice Schuppe","mobile_number":"688-743-0800","email_id":"Makayla5@gmail.com","dop":"2025-12-16","serial_number":"19279472929484","imei1":"19279472929484","imei2":"19279472929484","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:40:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135389,"job_number":"JOB_135389","tr_customer_id":135406,"tr_customer_product_id":135396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:55.000Z","modified_at":"2025-12-23T03:36:05.000Z","name":"Brenna Conroy","mobile_number":"694-275-5983","email_id":"Norwood88@gmail.com","dop":"2025-12-16","serial_number":"15401130774690","imei1":"15401130774690","imei2":"15401130774690","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135387,"job_number":"JOB_135387","tr_customer_id":135404,"tr_customer_product_id":135394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:41.000Z","modified_at":"2025-12-23T03:35:51.000Z","name":"Turner Effertz","mobile_number":"995-539-1532","email_id":"Roosevelt_Torp24@yahoo.com","dop":"2025-12-16","serial_number":"14792178367285","imei1":"14792178367285","imei2":"14792178367285","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135385,"job_number":"JOB_135385","tr_customer_id":135402,"tr_customer_product_id":135392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:35:27.000Z","modified_at":"2025-12-23T03:35:37.000Z","name":"Dee McGlynn","mobile_number":"456-976-6695","email_id":"Hosea_Feeney@hotmail.com","dop":"2025-12-16","serial_number":"18127610060050","imei1":"18127610060050","imei2":"18127610060050","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:35:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135383,"job_number":"JOB_135383","tr_customer_id":135400,"tr_customer_product_id":135390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:43.000Z","modified_at":"2025-12-23T03:33:53.000Z","name":"Alfreda Okuneva","mobile_number":"475-964-5186","email_id":"Hope.Stark@yahoo.com","dop":"2025-12-16","serial_number":"17047190563616","imei1":"17047190563616","imei2":"17047190563616","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135381,"job_number":"JOB_135381","tr_customer_id":135398,"tr_customer_product_id":135388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:28.000Z","modified_at":"2025-12-23T03:33:39.000Z","name":"Ewell Labadie","mobile_number":"433-944-4978","email_id":"Flavie.Mertz@hotmail.com","dop":"2025-12-16","serial_number":"14983464038852","imei1":"14983464038852","imei2":"14983464038852","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135379,"job_number":"JOB_135379","tr_customer_id":135396,"tr_customer_product_id":135386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:33:14.000Z","modified_at":"2025-12-23T03:33:24.000Z","name":"Lonie Bartoletti","mobile_number":"539-716-8065","email_id":"Dashawn.Gerlach78@hotmail.com","dop":"2025-12-16","serial_number":"19324826727614","imei1":"19324826727614","imei2":"19324826727614","popurl":"2025-12-16T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:33:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135376,"job_number":"JOB_135376","tr_customer_id":135393,"tr_customer_product_id":135383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:18:10.000Z","modified_at":"2025-12-23T03:18:43.000Z","name":"Frankie Crooks","mobile_number":"420-611-8671","email_id":"Macie_Wyman@gmail.com","dop":"2025-04-06","serial_number":"11520742015168","imei1":"11520742015168","imei2":"11520742015168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:18:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135373,"job_number":"JOB_135373","tr_customer_id":135390,"tr_customer_product_id":135380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:07:35.000Z","modified_at":"2025-12-23T03:08:10.000Z","name":"Maximilian Mueller","mobile_number":"735-810-2593","email_id":"Meta99@yahoo.com","dop":"2025-04-06","serial_number":"16757036142154","imei1":"16757036142154","imei2":"16757036142154","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:08:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135371,"job_number":"JOB_135371","tr_customer_id":135388,"tr_customer_product_id":135378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:50.000Z","modified_at":"2025-12-23T03:07:21.000Z","name":"Brain Krajcik","mobile_number":"959-896-0190","email_id":"Kailyn56@gmail.com","dop":"2025-04-06","serial_number":"10320044800588","imei1":"10320044800588","imei2":"10320044800588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:07:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135368,"job_number":"JOB_135368","tr_customer_id":135385,"tr_customer_product_id":135375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:06:11.000Z","modified_at":"2025-12-23T03:06:43.000Z","name":"Tiana Pacocha","mobile_number":"477-597-7331","email_id":"Kaley_Emmerich14@hotmail.com","dop":"2025-04-06","serial_number":"16142661008083","imei1":"16142661008083","imei2":"16142661008083","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135365,"job_number":"JOB_135365","tr_customer_id":135382,"tr_customer_product_id":135372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:05:32.000Z","modified_at":"2025-12-23T03:06:05.000Z","name":"Emery Bechtelar","mobile_number":"980-442-4459","email_id":"Nick.Swift98@gmail.com","dop":"2025-04-06","serial_number":"15582969462263","imei1":"15582969462263","imei2":"15582969462263","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:06:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135361,"job_number":"JOB_135361","tr_customer_id":135378,"tr_customer_product_id":135368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:00:58.000Z","modified_at":"2025-12-23T03:01:31.000Z","name":"Lolita Leannon","mobile_number":"538-932-6991","email_id":"Laura92@gmail.com","dop":"2025-04-06","serial_number":"12050835395085","imei1":"12050835395085","imei2":"12050835395085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:01:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135353,"job_number":"JOB_135353","tr_customer_id":135370,"tr_customer_product_id":135360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:55:58.000Z","modified_at":"2025-12-23T02:56:34.000Z","name":"Shawn Monahan","mobile_number":"200-364-8305","email_id":"Fiona11@gmail.com","dop":"2025-04-06","serial_number":"19220799483997","imei1":"19220799483997","imei2":"19220799483997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:56:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135350,"job_number":"JOB_135350","tr_customer_id":135367,"tr_customer_product_id":135357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:39.000Z","modified_at":"2025-12-23T02:51:12.000Z","name":"Camila Kautzer","mobile_number":"903-291-9192","email_id":"Waldo.Lebsack@yahoo.com","dop":"2025-04-06","serial_number":"10944758487488","imei1":"10944758487488","imei2":"10944758487488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:51:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135348,"job_number":"JOB_135348","tr_customer_id":135365,"tr_customer_product_id":135355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:50:00.000Z","modified_at":"2025-12-23T02:50:36.000Z","name":"Marshall Nicolas","mobile_number":"658-411-3573","email_id":"Emilio68@yahoo.com","dop":"2025-04-06","serial_number":"14423396792740","imei1":"14423396792740","imei2":"14423396792740","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135345,"job_number":"JOB_135345","tr_customer_id":135362,"tr_customer_product_id":135352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:49:17.000Z","modified_at":"2025-12-23T02:49:53.000Z","name":"Noemi Abshire","mobile_number":"988-910-5199","email_id":"Ayden_Toy@hotmail.com","dop":"2025-04-06","serial_number":"13455464433866","imei1":"13455464433866","imei2":"13455464433866","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135342,"job_number":"JOB_135342","tr_customer_id":135359,"tr_customer_product_id":135349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:48:33.000Z","modified_at":"2025-12-23T02:49:09.000Z","name":"Samanta Greenholt","mobile_number":"833-829-9764","email_id":"Gerda_Rice58@hotmail.com","dop":"2025-04-06","serial_number":"18672590881038","imei1":"18672590881038","imei2":"18672590881038","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:49:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135338,"job_number":"JOB_135338","tr_customer_id":135355,"tr_customer_product_id":135345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:30:17.000Z","modified_at":"2025-12-23T02:30:48.000Z","name":"Quentin Barton","mobile_number":"842-545-1451","email_id":"Elizabeth68@gmail.com","dop":"2025-04-06","serial_number":"10274845458203","imei1":"10274845458203","imei2":"10274845458203","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:30:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135336,"job_number":"JOB_135336","tr_customer_id":135353,"tr_customer_product_id":135343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:27:22.000Z","modified_at":"2025-12-23T02:27:59.000Z","name":"Alene Bosco","mobile_number":"669-843-3293","email_id":"Felicita.Glover@hotmail.com","dop":"2025-04-06","serial_number":"11791006806238","imei1":"11791006806238","imei2":"11791006806238","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:27:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135334,"job_number":"JOB_135334","tr_customer_id":135351,"tr_customer_product_id":135341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:19:13.000Z","modified_at":"2025-12-23T02:19:47.000Z","name":"Josephine Grady","mobile_number":"561-834-8911","email_id":"Kimberly_Collier63@yahoo.com","dop":"2025-04-06","serial_number":"13463943550743","imei1":"13463943550743","imei2":"13463943550743","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T02:19:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135739,"job_number":"JOB_135739","tr_customer_id":135756,"tr_customer_product_id":135746,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:36:33.000Z","modified_at":"2025-12-23T06:37:12.000Z","name":"Vernice Corkery","mobile_number":"579-332-5773","email_id":"Marvin_Durgan@hotmail.com","dop":"2000-01-31","serial_number":"10637055048188","imei1":"10637055048188","imei2":"10637055048188","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:37:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135736,"job_number":"JOB_135736","tr_customer_id":135753,"tr_customer_product_id":135743,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:47.000Z","modified_at":"2025-12-23T06:36:25.000Z","name":"Judd Durgan","mobile_number":"723-394-7695","email_id":"Summer.Gaylord50@gmail.com","dop":"2000-01-31","serial_number":"10069371863281","imei1":"10069371863281","imei2":"10069371863281","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135730,"job_number":"JOB_135730","tr_customer_id":135747,"tr_customer_product_id":135737,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:05.000Z","modified_at":"2025-12-23T06:35:16.000Z","name":"Antonio Runolfsdottir","mobile_number":"319-993-4829","email_id":"Carmel.Berge@yahoo.com","dop":"2025-10-12","serial_number":"18652176898876","imei1":"18652176898876","imei2":"18652176898876","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135727,"job_number":"JOB_135727","tr_customer_id":135744,"tr_customer_product_id":135734,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:35:00.000Z","modified_at":"2025-12-23T06:35:39.000Z","name":"Malcolm Terry","mobile_number":"544-618-9185","email_id":"Hiram.Kiehn@gmail.com","dop":"2000-01-31","serial_number":"10572139007547","imei1":"10572139007547","imei2":"10572139007547","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135724,"job_number":"JOB_135724","tr_customer_id":135741,"tr_customer_product_id":135731,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:50.000Z","modified_at":"2025-12-23T06:35:01.000Z","name":"Ernestina Orn","mobile_number":"477-598-6925","email_id":"Creola77@gmail.com","dop":"2025-10-12","serial_number":"13411282417377","imei1":"13411282417377","imei2":"13411282417377","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135722,"job_number":"JOB_135722","tr_customer_id":135739,"tr_customer_product_id":135729,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:48.000Z","modified_at":"2025-12-23T06:35:22.000Z","name":"Sibyl Heller","mobile_number":"625-249-6278","email_id":"Lorena.Dibbert4@yahoo.com","dop":"2025-10-21","serial_number":"11639362010239","imei1":"11639362010239","imei2":"11639362010239","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135719,"job_number":"JOB_135719","tr_customer_id":135736,"tr_customer_product_id":135726,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:35.000Z","modified_at":"2025-12-23T06:34:46.000Z","name":"America Senger","mobile_number":"522-686-3272","email_id":"Marcus89@yahoo.com","dop":"2025-10-12","serial_number":"11267672702323","imei1":"11267672702323","imei2":"11267672702323","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135713,"job_number":"JOB_135713","tr_customer_id":135730,"tr_customer_product_id":135720,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:13.000Z","modified_at":"2025-12-23T06:34:52.000Z","name":"Celestino Blick","mobile_number":"629-685-6558","email_id":"Oceane2@gmail.com","dop":"2000-01-31","serial_number":"10563677998934","imei1":"10563677998934","imei2":"10563677998934","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135711,"job_number":"JOB_135711","tr_customer_id":135728,"tr_customer_product_id":135718,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:34:07.000Z","modified_at":"2025-12-23T06:34:41.000Z","name":"Mona Hamill","mobile_number":"576-219-2199","email_id":"Jacklyn_Volkman84@hotmail.com","dop":"2025-10-21","serial_number":"12722340398123","imei1":"12722340398123","imei2":"12722340398123","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135706,"job_number":"JOB_135706","tr_customer_id":135723,"tr_customer_product_id":135713,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:33:27.000Z","modified_at":"2025-12-23T06:34:01.000Z","name":"Casimir Walsh","mobile_number":"248-226-3316","email_id":"Tina.Fay44@hotmail.com","dop":"2025-10-21","serial_number":"17902380047673","imei1":"17902380047673","imei2":"17902380047673","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:34:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135598,"job_number":"JOB_135598","tr_customer_id":135615,"tr_customer_product_id":135605,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:45.000Z","modified_at":"2025-12-23T04:32:56.000Z","name":"Toney Reichel","mobile_number":"314-888-2094","email_id":"Hermina.Wiza71@gmail.com","dop":"2025-10-12","serial_number":"19475751593474","imei1":"19475751593474","imei2":"19475751593474","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135595,"job_number":"JOB_135595","tr_customer_id":135612,"tr_customer_product_id":135602,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:31.000Z","modified_at":"2025-12-23T04:32:41.000Z","name":"Marcia Nader","mobile_number":"956-664-3831","email_id":"Bonita_Daugherty@gmail.com","dop":"2025-10-12","serial_number":"18081596834049","imei1":"18081596834049","imei2":"18081596834049","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135592,"job_number":"JOB_135592","tr_customer_id":135609,"tr_customer_product_id":135599,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:32:16.000Z","modified_at":"2025-12-23T04:32:27.000Z","name":"Oleta Heathcote","mobile_number":"676-660-9022","email_id":"Verner75@gmail.com","dop":"2025-10-12","serial_number":"12150449042030","imei1":"12150449042030","imei2":"12150449042030","popurl":"2025-10-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T04:32:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135586,"job_number":"JOB_135586","tr_customer_id":135603,"tr_customer_product_id":135593,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:58:13.000Z","modified_at":"2025-12-23T03:58:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"84000589608630","imei1":"84000589608630","imei2":"84000589608630","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135579,"job_number":"JOB_135579","tr_customer_id":135596,"tr_customer_product_id":135586,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:41.000Z","modified_at":"2025-12-23T03:58:06.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"90446708469204","imei1":"90446708469204","imei2":"90446708469204","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135572,"job_number":"JOB_135572","tr_customer_id":135589,"tr_customer_product_id":135579,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:17.000Z","modified_at":"2025-12-23T03:57:28.000Z","name":"Anabelle Veum","mobile_number":"852-934-3939","email_id":"Emma.Lehner@yahoo.com","dop":"2025-10-21","serial_number":"13489796509562","imei1":"13489796509562","imei2":"13489796509562","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135571,"job_number":"JOB_135571","tr_customer_id":135588,"tr_customer_product_id":135578,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:08.000Z","modified_at":"2025-12-23T03:57:33.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"24609718127549","imei1":"24609718127549","imei2":"24609718127549","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135564,"job_number":"JOB_135564","tr_customer_id":135581,"tr_customer_product_id":135571,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:57:00.000Z","modified_at":"2025-12-23T03:57:11.000Z","name":"Camron Stamm","mobile_number":"841-816-9841","email_id":"Asha_Mayert@hotmail.com","dop":"2025-10-21","serial_number":"15083742826757","imei1":"15083742826757","imei2":"15083742826757","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135563,"job_number":"JOB_135563","tr_customer_id":135580,"tr_customer_product_id":135570,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:16.000Z","modified_at":"2025-12-23T03:56:27.000Z","name":"Nola Kessler","mobile_number":"620-411-5898","email_id":"Tremaine.Gislason@yahoo.com","dop":"2025-10-21","serial_number":"14487376582980","imei1":"14487376582980","imei2":"14487376582980","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135561,"job_number":"JOB_135561","tr_customer_id":135578,"tr_customer_product_id":135568,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:56:03.000Z","modified_at":"2025-12-23T03:56:14.000Z","name":"Brown Cummerata","mobile_number":"647-782-6336","email_id":"Thad.Parisian86@gmail.com","dop":"2025-10-21","serial_number":"18300940515458","imei1":"18300940515458","imei2":"18300940515458","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135559,"job_number":"JOB_135559","tr_customer_id":135576,"tr_customer_product_id":135566,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:55:48.000Z","modified_at":"2025-12-23T03:56:00.000Z","name":"Brandon Friesen","mobile_number":"681-862-1643","email_id":"Perry_Gibson17@hotmail.com","dop":"2025-10-21","serial_number":"16144221887600","imei1":"16144221887600","imei2":"16144221887600","popurl":"2025-10-21T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:56:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135553,"job_number":"JOB_135553","tr_customer_id":135570,"tr_customer_product_id":135560,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:45.000Z","modified_at":"2025-12-23T03:50:23.000Z","name":"Damion Padberg","mobile_number":"616-272-7932","email_id":"Eryn30@gmail.com","dop":"2000-01-31","serial_number":"10931108531586","imei1":"10931108531586","imei2":"10931108531586","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135533,"job_number":"JOB_135533","tr_customer_id":135550,"tr_customer_product_id":135540,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:59.000Z","modified_at":"2025-12-23T03:49:37.000Z","name":"Janet Romaguera","mobile_number":"553-499-6650","email_id":"Telly47@gmail.com","dop":"2000-01-31","serial_number":"10133783072839","imei1":"10133783072839","imei2":"10133783072839","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135502,"job_number":"JOB_135502","tr_customer_id":135519,"tr_customer_product_id":135509,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:13.000Z","modified_at":"2025-12-23T03:48:51.000Z","name":"Holden Larkin","mobile_number":"493-771-6905","email_id":"Zola.Carter@gmail.com","dop":"2000-01-31","serial_number":"10208392572482","imei1":"10208392572482","imei2":"10208392572482","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135458,"job_number":"JOB_135458","tr_customer_id":135475,"tr_customer_product_id":135465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:27.000Z","modified_at":"2025-12-23T03:48:05.000Z","name":"Clementine Hintz","mobile_number":"837-205-9757","email_id":"Frederique31@yahoo.com","dop":"2000-01-31","serial_number":"10394358689838","imei1":"10394358689838","imei2":"10394358689838","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135861,"job_number":"JOB_135861","tr_customer_id":135878,"tr_customer_product_id":135868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:06.000Z","modified_at":"2025-12-23T07:42:16.000Z","name":"Lucie Hoppe","mobile_number":"542-380-4091","email_id":"Tracy_OHara71@gmail.com","dop":"2025-11-04","serial_number":"98334625619502","imei1":"98334625619502","imei2":"98334625619502","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135860,"job_number":"JOB_135860","tr_customer_id":135877,"tr_customer_product_id":135867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:41:52.000Z","modified_at":"2025-12-23T07:42:03.000Z","name":"Alan Macejkovic","mobile_number":"889-815-5839","email_id":"Calista_Windler@gmail.com","dop":"2025-11-04","serial_number":"16236287065751","imei1":"16236287065751","imei2":"16236287065751","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:42:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135835,"job_number":"JOB_135835","tr_customer_id":135852,"tr_customer_product_id":135842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:20.000Z","modified_at":"2025-12-23T07:24:31.000Z","name":"Luz Metz","mobile_number":"865-449-6652","email_id":"Camille74@gmail.com","dop":"2025-11-04","serial_number":"30686335363542","imei1":"30686335363542","imei2":"30686335363542","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135834,"job_number":"JOB_135834","tr_customer_id":135851,"tr_customer_product_id":135841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:24:04.000Z","modified_at":"2025-12-23T07:24:16.000Z","name":"Moises Price","mobile_number":"857-716-9131","email_id":"Herminio71@yahoo.com","dop":"2025-11-04","serial_number":"45040501320504","imei1":"45040501320504","imei2":"45040501320504","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135833,"job_number":"JOB_135833","tr_customer_id":135850,"tr_customer_product_id":135840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:23:48.000Z","modified_at":"2025-12-23T07:24:00.000Z","name":"Marian Lubowitz","mobile_number":"336-880-8075","email_id":"Cheyenne.Strosin@gmail.com","dop":"2025-11-04","serial_number":"38175183037956","imei1":"38175183037956","imei2":"38175183037956","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T07:24:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135645,"job_number":"JOB_135645","tr_customer_id":135662,"tr_customer_product_id":135652,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:59.000Z","modified_at":"2025-12-23T06:19:11.000Z","name":"Felix Krajcik","mobile_number":"370-408-9401","email_id":"Grant60@hotmail.com","dop":"2025-06-09","serial_number":"105856403332533","imei1":"105856403332533","imei2":"105856403332533","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135641,"job_number":"JOB_135641","tr_customer_id":135658,"tr_customer_product_id":135648,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:42.000Z","modified_at":"2025-12-23T06:18:54.000Z","name":"Zola Frami","mobile_number":"299-903-5156","email_id":"Christop.Vandervort@hotmail.com","dop":"2025-06-09","serial_number":"108681081014318","imei1":"108681081014318","imei2":"108681081014318","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135638,"job_number":"JOB_135638","tr_customer_id":135655,"tr_customer_product_id":135645,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:18:25.000Z","modified_at":"2025-12-23T06:18:37.000Z","name":"Margarita Breitenberg","mobile_number":"205-931-6020","email_id":"Aurelio.Nitzsche74@hotmail.com","dop":"2025-06-09","serial_number":"106872088916840","imei1":"106872088916840","imei2":"106872088916840","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:18:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135635,"job_number":"JOB_135635","tr_customer_id":135652,"tr_customer_product_id":135642,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:40.000Z","modified_at":"2025-12-23T06:17:04.000Z","name":"Noemi Bechtelar","mobile_number":"513-570-2269","email_id":"Alyson_Deckow@yahoo.com","dop":"2025-10-01","serial_number":"15197386215027","imei1":"15197386215027","imei2":"15197386215027","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:17:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135634,"job_number":"JOB_135634","tr_customer_id":135651,"tr_customer_product_id":135641,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:16:15.000Z","modified_at":"2025-12-23T06:16:27.000Z","name":"Zena Pollich","mobile_number":"400-478-1423","email_id":"Dovie18@hotmail.com","dop":"2025-11-04","serial_number":"86640590246246","imei1":"86640590246246","imei2":"86640590246246","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135630,"job_number":"JOB_135630","tr_customer_id":135647,"tr_customer_product_id":135637,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:59.000Z","modified_at":"2025-12-23T06:16:11.000Z","name":"Luella Jast","mobile_number":"351-277-8691","email_id":"Felipe.Brakus@hotmail.com","dop":"2025-11-04","serial_number":"19344905598916","imei1":"19344905598916","imei2":"19344905598916","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135629,"job_number":"JOB_135629","tr_customer_id":135646,"tr_customer_product_id":135636,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T06:15:43.000Z","modified_at":"2025-12-23T06:15:56.000Z","name":"Elmira Hagenes","mobile_number":"984-574-2168","email_id":"Zola36@yahoo.com","dop":"2025-11-04","serial_number":"36396467982547","imei1":"36396467982547","imei2":"36396467982547","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T06:15:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135542,"job_number":"JOB_135542","tr_customer_id":135559,"tr_customer_product_id":135549,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:49:09.000Z","modified_at":"2025-12-23T03:49:20.000Z","name":"Cesar Terry","mobile_number":"574-537-5735","email_id":"Heber19@hotmail.com","dop":"2025-06-09","serial_number":"100788717989084","imei1":"100788717989084","imei2":"100788717989084","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135530,"job_number":"JOB_135530","tr_customer_id":135547,"tr_customer_product_id":135537,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:53.000Z","modified_at":"2025-12-23T03:49:04.000Z","name":"Anne Thiel","mobile_number":"542-869-0365","email_id":"Adrianna.Parisian61@gmail.com","dop":"2025-06-09","serial_number":"104736626868370","imei1":"104736626868370","imei2":"104736626868370","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135519,"job_number":"JOB_135519","tr_customer_id":135536,"tr_customer_product_id":135526,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:48:37.000Z","modified_at":"2025-12-23T03:48:49.000Z","name":"Brendan Kshlerin","mobile_number":"559-628-7778","email_id":"Clarissa37@hotmail.com","dop":"2025-06-09","serial_number":"106429802047570","imei1":"106429802047570","imei2":"106429802047570","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":135476,"job_number":"JOB_135476","tr_customer_id":135493,"tr_customer_product_id":135483,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T03:47:44.000Z","modified_at":"2025-12-23T03:48:08.000Z","name":"Lon Maggio","mobile_number":"635-268-0293","email_id":"Lonny.Satterfield@gmail.com","dop":"2025-10-01","serial_number":"11433637796213","imei1":"11433637796213","imei2":"11433637796213","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2025-12-23T03:48:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8f763d37-0c0d-48ab-bf96-ea4d994a4232 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"bce-dk40fLxzZ2KrF2JUjVQ7z6PnYYQ" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:26.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T07:42:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ec6228c2-3720-4b5d-a7dd-88e052955364 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135862
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:28 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2NjQ3NTc0Nn0.EbD7N-xH9Xp03M9K1kXAK50L4jZ9tUwt2yXcmkMnpFo |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0dfcd748-2ec7-49d1-ad17-93c74001c8eb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7f0-PGtPQhZhTWS9EtRQJ9H3hxIDkTg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Tue, 23 Dec 2025 07:42:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":135602,"job_number":"JOB_135602","tr_customer_id":135619,"tr_customer_product_id":135609,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T04:38:09.000Z","modified_at":"2025-12-23T04:42:41.000Z","name":"Lucio Oberbrunner","mobile_number":"406-558-4178","email_id":"Ashton_Haag@yahoo.com","dop":"2025-11-11","serial_number":"13906092711246","imei1":"13906092711246","imei2":"13906092711246","popurl":"2025-11-11T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T04:42:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":135340,"job_number":"JOB_135340","tr_customer_id":135357,"tr_customer_product_id":135347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T02:36:58.000Z","modified_at":"2025-12-23T02:50:12.000Z","name":"Charity Runolfsson","mobile_number":"278-506-2489","email_id":"Myrtle.Towne86@yahoo.com","dop":"2025-04-06","serial_number":"15664386814033","imei1":"15664386814033","imei2":"15664386814033","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2025-12-23T02:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 60267dbb-c50d-4bdb-846e-fb23e6e1e9f2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 42 |
{"username":"iamfd","password":"password"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-3nP6V3wkTtyDvh/gEGD8wUp1F14" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3NDl9.555DddLl6J11__uLb063FhaBpxO7XpvqWANMNDlr97A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8c87679f-5ca5-48b4-90da-42febd9367c2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:29 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b8404fb4-b97d-43a2-8f88-f988cd4a8bca |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-T/fZk8VdnSFi3HySmHFsCyMYc4Y" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":527},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bd30be8d-6b90-47fd-9aa2-68041f79dbfd |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1011 |
| ETag | W/"3f3-DLdqXxn3qBmDoat5F2pixew+KrE" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:28.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | aa0f3349-b0a6-432e-98d9-21eb13ee988f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1011 |
| ETag | W/"3f3-DLdqXxn3qBmDoat5F2pixew+KrE" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":135862,"job_number":"JOB_135862","tr_customer_id":135879,"tr_customer_product_id":135869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2025-12-23T07:42:20.000Z","modified_at":"2025-12-23T07:42:28.000Z","name":"Joseph Williamson","mobile_number":"788-472-5887","email_id":"Alysa19@gmail.com","dop":"2025-11-04","serial_number":"16659842162280","imei1":"16659842162280","imei2":"16659842162280","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2025-12-23T07:42:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"job_id":98100}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a60c33f8-40b1-4d4b-9ce5-80ecfdada55e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 24 |
{
"job_id": 135862
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_98100"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bdfff1f5-67b0-4619-bff7-cab2fe2f1015 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{"searchText":"JOB_98100"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:30 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'DNT: 1' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjY0NzU3Mzd9.apiF9PEz_Yk1pbbbAPkf1yGuaWleRWJCIQ7PbBAR1Ek |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f6678268-9d26-4c53-bf2a-858cb008517f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Tue, 23 Dec 2025 07:42:31 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Header Name | Header Value |
|---|